Skip to content
Snippets Groups Projects
Commit b2961b58 authored by rhenck's avatar rhenck
Browse files

[editor] Fix element deletion via Delete key

This is now done via listener directly on the element overlay. The 
overlay's div is made selectable with 'tabindex'. Then the key event is 
caught and delete logic started. The actual logic did not change and 
still deletes all selected elements not just the one catching the delete 
key event.
parent 148f82a8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment