mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
fix: 确认窗口 bug
This commit is contained in:
@@ -296,6 +296,7 @@ quickcommand = {
|
||||
confirmButtonText: '确定!',
|
||||
cancelButtonText: '手抖...'
|
||||
}
|
||||
utools.setExpendHeight(600)
|
||||
let result = await Swal.fire(options)
|
||||
if (result.value) return true;
|
||||
},
|
||||
|
Reference in New Issue
Block a user