Closed ikorason closed 1 year ago
@irfanabliz does it interfer with removing selected text inside node?
@StaffEngineer yes it does, it removes the text inside, should keep the text?
Merging #231 (acf1d1e) into main (e4ac80a) will decrease coverage by
0.02%
. Report is 1 commits behind head on main. The diff coverage is0.00%
.
basically it should be the same behaviour as the delete element
button for selected node
@irfanabliz when text selected inside node delete
should remove text rather than node (if it's current behaviour).
Let me test it tomorrow, not on PC atm.
@irfanabliz when text selected inside node
delete
should remove text rather than node (if it's current behaviour).
so current behaviour is when selected text inside of the node (node will also be selected) and remove element
button will remove the node as well as text inside
Yeah, it's all good... since selected text still can be deleted by backspace key.
when there is node selection, if pressed
Del
on keyboard, will remove that node