Fixes #316
This commit is contained in:
parent
69978bae50
commit
3fb393baf3
@ -172,7 +172,7 @@ export function attachmentExtension(editor: Editor) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const finalFileName = prompt(
|
const finalFileName = await editor.prompt(
|
||||||
"File name for pasted attachment",
|
"File name for pasted attachment",
|
||||||
suggestedName,
|
suggestedName,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user