mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(view) key binding after click outside the modal window
This commit is contained in:
parent
1521abf34b
commit
9ef0dd02dd
1 changed files with 1 additions and 2 deletions
|
|
@ -355,6 +355,7 @@ function onOverLayClick(event) {
|
|||
return;
|
||||
|
||||
hideOverlay();
|
||||
hide();
|
||||
|
||||
const element = DOM.getCurrentByPosition(position);
|
||||
|
||||
|
|
@ -373,8 +374,6 @@ function onOverLayClick(event) {
|
|||
return;
|
||||
|
||||
DOM.setCurrentFile(element);
|
||||
|
||||
hide();
|
||||
}
|
||||
|
||||
function hideOverlay() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue