mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
1.8.22
This commit is contained in:
@@ -272,7 +272,7 @@ export class ScriptEngine {
|
||||
header: string,
|
||||
placeholder?: string,
|
||||
value?: string,
|
||||
buttons?: [{ caption: string; action: Function }],
|
||||
buttons?: { caption: string; action: Function }[],
|
||||
) {
|
||||
try {
|
||||
return await GenericInputPrompt.Prompt(
|
||||
|
||||
Reference in New Issue
Block a user