[bug] fix escaping remove link modal

This commit is contained in:
zombieFox 2019-10-21 00:55:55 +01:00
parent 81fc16151c
commit c36a90b0b6

View File

@ -22,7 +22,7 @@ var keyboard = (function() {
link.add.group.close();
shade.close();
} else if (state.get().link.edit) {
link.add.close();
link.add.item.close();
shade.close();
control.render.update();
control.render.class();