We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fc161 commit c36a90bCopy full SHA for c36a90b
1 file changed
src/js/keyboard.js
@@ -22,7 +22,7 @@ var keyboard = (function() {
22
link.add.group.close();
23
shade.close();
24
} else if (state.get().link.edit) {
25
- link.add.close();
+ link.add.item.close();
26
27
control.render.update();
28
control.render.class();
0 commit comments