skip same-code check once after disconnecting
This commit is contained in:
parent
15e6a64573
commit
30461cf2cc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user