mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-09 07:28:21 +01:00
[design] improve keyabord esc order
This commit is contained in:
parent
f773a156ab
commit
5b1c0ee979
@ -18,6 +18,8 @@ var keyboard = (function() {
|
||||
link.add.item.close();
|
||||
} else if (state.get().group.add) {
|
||||
link.add.group.close();
|
||||
} else if (state.get().link.edit && state.get().modal) {
|
||||
link.add.item.close();
|
||||
} else if (state.get().link.edit) {
|
||||
link.edit.close();
|
||||
data.save();
|
||||
|
Loading…
Reference in New Issue
Block a user