Commit 1a2d11a8 authored by Oleg Korshul's avatar Oleg Korshul

longAction bug (on async paste)

parent 67174af3
...@@ -4972,12 +4972,12 @@ background-repeat: no-repeat;\ ...@@ -4972,12 +4972,12 @@ background-repeat: no-repeat;\
{ {
// никаких евентов. ничего грузить не нужно. сделано для сафари под макОс. // никаких евентов. ничего грузить не нужно. сделано для сафари под макОс.
// там при LongActions теряется фокус и вставляются пробелы // там при LongActions теряется фокус и вставляются пробелы
this.decrementCounterLongAction();
this.pasteCallback(); this.pasteCallback();
this.pasteCallback = null; this.pasteCallback = null;
return; return;
} }
this.incrementCounterLongAction();
this.isPasteFonts_Images = true; this.isPasteFonts_Images = true;
this.FontLoader.LoadDocumentFonts2(_fonts); this.FontLoader.LoadDocumentFonts2(_fonts);
}; };
......
...@@ -6089,13 +6089,13 @@ background-repeat: no-repeat;\ ...@@ -6089,13 +6089,13 @@ background-repeat: no-repeat;\
{ {
// никаких евентов. ничего грузить не нужно. сделано для сафари под макОс. // никаких евентов. ничего грузить не нужно. сделано для сафари под макОс.
// там при LongActions теряется фокус и вставляются пробелы // там при LongActions теряется фокус и вставляются пробелы
this.decrementCounterLongAction();
this.pasteCallback(); this.pasteCallback();
this.pasteCallback = null; this.pasteCallback = null;
return; return;
} }
this.incrementCounterLongAction();
this.isPasteFonts_Images = true; this.isPasteFonts_Images = true;
this.FontLoader.LoadDocumentFonts2(_fonts); this.FontLoader.LoadDocumentFonts2(_fonts);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment