diff --git a/static/js/Editor.js b/static/js/Editor.js index 5216711..cff8f42 100644 --- a/static/js/Editor.js +++ b/static/js/Editor.js @@ -981,6 +981,9 @@ Editor.prototype.shutdown = function( event ) { this.div = null; } + if ( !editor_node ) + return; + blindUp( editor_node, options = { "duration": 0.25, afterFinish: function () { try { removeElement( note_controls );