We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f773a15 commit 5b1c0eeCopy full SHA for 5b1c0ee
1 file changed
src/js/keyboard.js
@@ -18,6 +18,8 @@ var keyboard = (function() {
18
link.add.item.close();
19
} else if (state.get().group.add) {
20
link.add.group.close();
21
+ } else if (state.get().link.edit && state.get().modal) {
22
+ link.add.item.close();
23
} else if (state.get().link.edit) {
24
link.edit.close();
25
data.save();
0 commit comments