クロップ時の質問を分かりやすく
This commit is contained in:
parent
b3e8671dd9
commit
adad4bcfe3
4 changed files with 12 additions and 2 deletions
|
|
@ -171,6 +171,8 @@ export function confirm(props: {
|
|||
type: 'error' | 'info' | 'success' | 'warning' | 'waiting' | 'question';
|
||||
title?: string | null;
|
||||
text?: string | null;
|
||||
okText?: string;
|
||||
cancelText?: string;
|
||||
}): Promise<{ canceled: boolean }> {
|
||||
return new Promise((resolve, reject) => {
|
||||
popup(MkDialog, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue