skip same-code check once after disconnecting

This commit is contained in:
tophf 2021-07-30 09:27:22 +03:00
parent 15e6a64573
commit 30461cf2cc

View File

@ -50,6 +50,7 @@
async function disconnect() {
await API.usw.revoke(editor.style.id);
prevCode = null; // to allow the next publishStyle to upload style
}
function updateUI(style = editor.style) {