diff options
| author | bobzel <zzzman@gmail.com> | 2025-04-22 10:54:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-04-22 10:54:38 -0400 |
| commit | e8f1d494d36a5e1f1ee33d59faa4be2559cd752e (patch) | |
| tree | 3f01d82c7319cb9d1c69f74651012d8edd77e1cc /src/client/views/collections/collectionLinear/CollectionLinearView.tsx | |
| parent | b81810d8c4b5cc106b5653124d8044d0c5c44717 (diff) | |
adding drop handling code for scrapbookBox
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionLinear/CollectionLinearView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx index 8d3947653..3c2a99b1e 100644 --- a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx +++ b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx @@ -192,6 +192,7 @@ export class CollectionLinearView extends CollectionSubView() { renderDepth={this._props.renderDepth + 1} dontRegisterView={BoolCast(this.Document.childDontRegisterViews)} focus={emptyFunction} + rejectDrop={this._props.childRejectDrop} styleProvider={this._props.styleProvider} containerViewPath={this.childContainerViewPath} whenChildContentsActiveChanged={emptyFunction} |
