Commit ab2a4b51 authored by Oleg Korshul's avatar Oleg Korshul

firefox paste use clipboard

parent bc3542e1
......@@ -66,7 +66,7 @@
this.Api = null;
this.IsNeedDivOnCopy = AscBrowser.isIE;
this.IsNeedDivOnPaste = AscBrowser.isIE || AscBrowser.isMozilla;
this.IsNeedDivOnPaste = AscBrowser.isIE/* || AscBrowser.isMozilla*/;
this.IsCopyCutOnlyInEditable = AscBrowser.isIE || AscBrowser.isMozilla;
this.IsPasteOnlyInEditable = AscBrowser.isIE || AscBrowser.isMozilla || AscBrowser.isSafari;
......
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