Remove disabling of unrelated js linting issue
This commit is contained in:
parent
9564c21282
commit
0ccdf2fd7f
|
@ -1954,7 +1954,6 @@ function onRuntimeMessage(request) {
|
||||||
break;
|
break;
|
||||||
case 'styleDeleted':
|
case 'styleDeleted':
|
||||||
if (styleId && styleId === request.id) {
|
if (styleId && styleId === request.id) {
|
||||||
// eslint-disable-next-line no-empty-function
|
|
||||||
window.onbeforeunload = () => {};
|
window.onbeforeunload = () => {};
|
||||||
window.close();
|
window.close();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user