Commit c0e75fa0 authored by Oleg Korshul's avatar Oleg Korshul

firefox bugs

parent 0c7cc6b3
......@@ -36,7 +36,7 @@
this.IsNeedDivOnCopy = AscBrowser.isIE;
this.IsNeedDivOnPaste = AscBrowser.isIE || AscBrowser.isMozilla;
this.IsCopyCutOnlyInEditable = AscBrowser.isIE || (AscBrowser.isMozilla && AscBrowser.isMacOs);
this.IsCopyCutOnlyInEditable = AscBrowser.isIE || AscBrowser.isMozilla;
this.IsPasteOnlyInEditable = AscBrowser.isIE || AscBrowser.isMozilla || AscBrowser.isSafari;
this.CommonDivClassName = "sdk-element";
......
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