mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 09:23:00 +00:00
fix: chord conflict shows "undefined"
This commit is contained in:
@@ -5,6 +5,7 @@ export async function askForConfirmation(
|
||||
message: string,
|
||||
confirmTitle: string,
|
||||
abortTitle: string,
|
||||
actions: number[],
|
||||
): Promise<boolean> {
|
||||
const dialog = new ConfirmDialog({
|
||||
target: document.body,
|
||||
@@ -13,6 +14,7 @@ export async function askForConfirmation(
|
||||
message,
|
||||
confirmTitle,
|
||||
abortTitle,
|
||||
actions,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user