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