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) {
|
function onRuntimeMessage(msg) {
|
||||||
if (msg === 'close-popup') {
|
|
||||||
window.close();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
switch (msg.method) {
|
switch (msg.method) {
|
||||||
case 'styleAdded':
|
case 'styleAdded':
|
||||||
case 'styleUpdated':
|
case 'styleUpdated':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user