refactor(edit-names) Dialog -> smalltalk

This commit is contained in:
coderaiser 2019-08-23 13:22:58 +03:00
parent ca083963e9
commit 4b3afb5223

View file

@ -215,7 +215,8 @@ function isChanged() {
if (!editor.isChanged())
return;
Dialog.confirm(msg, {cancel: false})
smalltalk
.confirm(msg, {cancel: false})
.then(applyNames);
}