forked from Techsystech/web
[FIX] Now that we actually destroy editors, we need another check for their currentness
Fixes #1769.0
parent
0beaeb5d2f
commit
e8da6a9329
|
@ -38,7 +38,7 @@ openerp.web_ckeditor4 = function(instance)
|
|||
self_arguments=arguments;
|
||||
setTimeout(function()
|
||||
{
|
||||
if(CKEDITOR.instances[self.editor.name])
|
||||
if(self.editor)
|
||||
{
|
||||
fn.apply(self, self_arguments);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue