[js] fix bug
This commit is contained in:
parent
e6e19646e0
commit
5826517111
|
@ -80,6 +80,7 @@ export class ConfirmDialog extends Dialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
show(){
|
show(){
|
||||||
|
var self = this;
|
||||||
this._div.querySelector('.process').onclick = () => {
|
this._div.querySelector('.process').onclick = () => {
|
||||||
self._close();
|
self._close();
|
||||||
self._resolve();
|
self._resolve();
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue