From: Aleksander Ɓukasz Date: Tue, 24 Jun 2014 09:24:39 +0000 (+0200) Subject: editor: start using data api on text nodes for keeping references to canvas elements X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/e104b4b87dc39066cbe397984c6f0e6bcc0459f8?hp=e104b4b87dc39066cbe397984c6f0e6bcc0459f8 editor: start using data api on text nodes for keeping references to canvas elements GenericElement doesn't need to dispatch nodeTextChange events anymore as TextNodes now have their own reference to canvas elements and wlxmlListener can dispatch to them directly. We still need to handle changes to the comments though - this should be refactored out to some kind of non-rendering canvas element. ---