mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-14 10:36:19 +02:00
unmark save btn when new item is created
This commit is contained in:
@ -384,6 +384,7 @@ onboardDontShowInTabOptionBtn, TextareaAutoComplete */
|
||||
};
|
||||
alertsService.add('New item created');
|
||||
unsavedEditCount = 0;
|
||||
saveBtn.classList.remove('is-marked');
|
||||
refreshEditor();
|
||||
}
|
||||
function openItem(itemId) {
|
||||
|
Reference in New Issue
Block a user