aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/scrapbook
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-04-22 10:58:03 -0400
committerbobzel <zzzman@gmail.com>2025-04-22 10:58:03 -0400
commit6aa7649ea9195cf3fc53cf70e126095a9045e057 (patch)
tree1248d51fca498f3359118c8eeca46b8f21021275 /src/client/views/nodes/scrapbook
parent31976cb57fe75beca4b165fd7b825adf6e3f38e5 (diff)
from last
Diffstat (limited to 'src/client/views/nodes/scrapbook')
-rw-r--r--src/client/views/nodes/scrapbook/ScrapbookBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/scrapbook/ScrapbookBox.tsx b/src/client/views/nodes/scrapbook/ScrapbookBox.tsx
index b02976067..24946f4d2 100644
--- a/src/client/views/nodes/scrapbook/ScrapbookBox.tsx
+++ b/src/client/views/nodes/scrapbook/ScrapbookBox.tsx
@@ -60,7 +60,7 @@ export class ScrapbookBox extends ViewBoxAnnotatableComponent<FieldViewProps>()
}
return false;
};
- rejectDrop = (draggedDoc: Doc[] | undefined, subView?: DocumentView) => {
+ rejectDrop = (draggedDoc: Doc[] | undefined /* , subView?: DocumentView */) => {
if (draggedDoc?.length === 1 && draggedDoc[0].$type !== DocumentType.IMG) {
return true;
}