Fix: remove unused message
This commit is contained in:
parent
3daf47ac46
commit
2b8efaacd5
|
@ -51,10 +51,6 @@ if (CHROME_HAS_BORDER_BUG) {
|
|||
}
|
||||
|
||||
function onRuntimeMessage(msg) {
|
||||
if (msg === 'close-popup') {
|
||||
window.close();
|
||||
return;
|
||||
}
|
||||
switch (msg.method) {
|
||||
case 'styleAdded':
|
||||
case 'styleUpdated':
|
||||
|
|
Loading…
Reference in New Issue
Block a user