mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
refactor(edit-names) Dialog -> smalltalk
This commit is contained in:
parent
ca083963e9
commit
4b3afb5223
1 changed files with 2 additions and 1 deletions
|
|
@ -215,7 +215,8 @@ function isChanged() {
|
|||
if (!editor.isChanged())
|
||||
return;
|
||||
|
||||
Dialog.confirm(msg, {cancel: false})
|
||||
smalltalk
|
||||
.confirm(msg, {cancel: false})
|
||||
.then(applyNames);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue