Fix: linter issue
This commit is contained in:
parent
f88d8a2566
commit
e498105521
|
@ -116,8 +116,8 @@ function messageBox({
|
|||
messageBox.element = null;
|
||||
messageBox.resolve = null;
|
||||
if (messageBox.isPopup) {
|
||||
document.body.style.minWidth = "";
|
||||
document.body.style.minHeight = "";
|
||||
document.body.style.minWidth = '';
|
||||
document.body.style.minHeight = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* global configDialog */
|
||||
/* global configDialog hotkeys */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
|
@ -606,7 +606,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
function onClick(event) {
|
||||
function onClick() {
|
||||
setTimeout(() => {
|
||||
if (!document.activeElement.closest('.colorpicker-popup')) {
|
||||
hide();
|
||||
|
|
Loading…
Reference in New Issue
Block a user