From: Aleksander Ɓukasz Date: Wed, 25 Jun 2014 13:30:58 +0000 (+0200) Subject: editor: cleanup X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/bb2386536d121225c04a5862833d832aa271e52b?ds=sidebyside editor: cleanup --- diff --git a/src/editor/modules/documentCanvas/canvas/keyboard.js b/src/editor/modules/documentCanvas/canvas/keyboard.js index 646c68a..fd964e0 100644 --- a/src/editor/modules/documentCanvas/canvas/keyboard.js +++ b/src/editor/modules/documentCanvas/canvas/keyboard.js @@ -96,24 +96,6 @@ handlers.push({key: KEYS.ENTER, return false; // top level element is unsplittable } - //var nodes = position.element.data('wlxmlNode').split({offset: position.offset}), - // var nodes = position.element.data('wlxmlNode').transform('split', {offset: position.offset}), - // newEmpty, - // goto, - // gotoOptions; - - // if(position.offsetAtBeginning) - // newEmpty = nodes.first; - // else if(position.offsetAtEnd) - // newEmpty = nodes.second; - - // if(newEmpty) { - // //goto = newEmpty.append({text: ''}); - // gotoOptions = {}; - // } else { - // goto = nodes.second; - // gotoOptions = {caretTo: 'start'}; - // } var node = position.element.wlxmlNode, result, goto, gotoOptions;