Fix: openEditor has no response

This commit is contained in:
eight 2017-10-09 00:44:09 +08:00
parent 1a6f9dfcaa
commit 2f3c477d96

View File

@ -189,7 +189,7 @@
updateMeta(result);
runtimeSend({method: 'openEditor', id: result.id});
chrome.runtime.sendMessage({method: 'openEditor', id: result.id});
if (!liveReload) {
port.postMessage({method: 'closeTab'});