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