Commit 16427141 authored by techird's avatar techird

fix delete node bug

parent 031aaa71
......@@ -216,6 +216,8 @@ Minder.Receiver = kity.createClass('Receiver', {
case keymap.right:
case keymap.up:
case keymap.down:
case keymap.Backspace:
case keymap.Del:
if(this.selection.isHide()){
restoreTextContent();
this.km.setStatus('normal');
......
......@@ -50,7 +50,7 @@
'drop-hint-color': hsl(h, 26, 35),
'drop-hint-width': 5,
'order-hint-area-color': hsl(h, 100, 95).set('a', 0.5),
'order-hint-area-color': hsl(h, 100, 30).set('a', 0.5),
'order-hint-path-color': hsl(h, 100, 25),
'order-hint-path-width': 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment