This commit is contained in:
Kieran 2023-01-03 16:58:15 +00:00
parent 554859f4b6
commit 8e783b0eb6
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -35,7 +35,7 @@ export function NoteCreator(props) {
// extension tricks note parser to embed the content
let url = rsp.metadata.url ?? `https://void.cat/d/${rsp.id}.${ext}`;
setNote(n => `${n}\n{url}`);
setNote(n => `${n}\n${url}`);
}
return (