editor: allow for adding new node via toolbar after the current one
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 21 Jan 2014 11:59:04 +0000 (12:59 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 21 Jan 2014 11:59:04 +0000 (12:59 +0100)
commit8a17c686a21178f73ea93a9d7f2c6ee3bf90aa72
treeb2e68866def0852d1e1e10f98ae761bb4803b57f
parente35e6b0ed784fadd45452af8750e23ace7c1fd40
editor: allow for adding new node via toolbar after the current one

Changed behavior: wrapping current node happened upon clicking toolbar
icon while cursor exists but is not selecting. Now, for that to happen,
also ctrl key must be pressed. The former behavior now adds new node
after the current one.
src/editor/modules/documentCanvas/commands.js
src/editor/modules/documentToolbar/documentToolbar.js