mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: do not send hash when updating attachment
This commit is contained in:
committed by
Abdullah Atta
parent
0283037289
commit
c4232ac95a
@@ -444,7 +444,6 @@ function toIEditor(editor: Editor): IEditor {
|
||||
sendAttachmentProgress: (hash, progress) =>
|
||||
editor.current?.commands.updateAttachment(
|
||||
{
|
||||
hash,
|
||||
progress
|
||||
},
|
||||
{ query: (a) => a.hash === hash, preventUpdate: true }
|
||||
|
||||
Reference in New Issue
Block a user