Fix: openEditor has no response
This commit is contained in:
parent
1a6f9dfcaa
commit
2f3c477d96
|
@ -189,7 +189,7 @@
|
||||||
|
|
||||||
updateMeta(result);
|
updateMeta(result);
|
||||||
|
|
||||||
runtimeSend({method: 'openEditor', id: result.id});
|
chrome.runtime.sendMessage({method: 'openEditor', id: result.id});
|
||||||
|
|
||||||
if (!liveReload) {
|
if (!liveReload) {
|
||||||
port.postMessage({method: 'closeTab'});
|
port.postMessage({method: 'closeTab'});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user