mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-19 13:09:30 +01:00
feat: finalize attachments
This commit is contained in:
@@ -182,7 +182,9 @@ export class SelectionBasedNodeView<
|
||||
);
|
||||
};
|
||||
|
||||
viewShouldUpdate(_nextNode: PMNode) {
|
||||
viewShouldUpdate(nextNode: PMNode) {
|
||||
if (super.viewShouldUpdate(nextNode)) return true;
|
||||
|
||||
const {
|
||||
state: { selection },
|
||||
} = this.editor.view;
|
||||
|
||||
Reference in New Issue
Block a user