From: Aleksander Ɓukasz Date: Fri, 13 Dec 2013 19:49:02 +0000 (+0100) Subject: editor: canvas - fix problem with detaching empty text nodes X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/f2cfe219c603d0d912b5bd0484e22725026d85aa?ds=sidebyside;hp=f2cfe219c603d0d912b5bd0484e22725026d85aa editor: canvas - fix problem with detaching empty text nodes This code is a remnant of the old canvas implementation that should be removed long time ago after switching to event based documents. And it just happens that it broke handling of nodeDetach event for of empty text nodes. ---