mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
10 lines
232 B
Text
10 lines
232 B
Text
|
fix[1] CKEDITOR.editor.prototype.resize
|
||
|
|
||
|
g=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement
|
||
|
|
||
|
->
|
||
|
|
||
|
g=null;
|
||
|
try{g=CKEDITOR.env.webkit&&this.document&&this.document.getWindow().$.frameElement;}catch(e){}
|
||
|
|
||
|
---
|