3
0
Fork 0

[FIX] Now that we actually destroy editors, we need another check for their currentness

Fixes #176
9.0
StefanRijnhart 2015-07-23 18:40:44 +02:00
parent 0beaeb5d2f
commit e8da6a9329
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}