Fix print in rich text with firefox

This commit is contained in:
yflory 2020-05-26 11:27:58 +02:00
parent e17612ad79
commit c321bc169e
1 changed files with 1 additions and 0 deletions

View File

@ -995,6 +995,7 @@ define([
}
return _getPath(name);
};
window.__defineGetter__('_cke_htmlToLoad', function() {});
editor.plugins.mediatag.import = function($mt) {
framework._.sfCommon.importMediaTag($mt);
};