1
0
This commit is contained in:
Zef Hemel 2023-01-18 16:46:24 +01:00
parent 69978bae50
commit 3fb393baf3

View File

@ -172,7 +172,7 @@ export function attachmentExtension(editor: Editor) {
return;
}
const finalFileName = prompt(
const finalFileName = await editor.prompt(
"File name for pasted attachment",
suggestedName,
);