diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-30 11:10:27 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-30 11:10:27 -0400 |
commit | 0f4b9e541e4e1332bbed95f4a99113162ffef806 (patch) | |
tree | b59258deee6dad062252eaf6e2e07e7fe82f2036 /src/client/views/nodes/ContentFittingDocumentView.tsx | |
parent | 9adbc15b97c05bd506e3b70f57b2e6b9eb0fcfa7 (diff) |
added double click script support
Diffstat (limited to 'src/client/views/nodes/ContentFittingDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/ContentFittingDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/ContentFittingDocumentView.tsx b/src/client/views/nodes/ContentFittingDocumentView.tsx index 641797cac..d0b0c8ee6 100644 --- a/src/client/views/nodes/ContentFittingDocumentView.tsx +++ b/src/client/views/nodes/ContentFittingDocumentView.tsx @@ -32,6 +32,7 @@ interface ContentFittingDocumentViewProps { CollectionView?: CollectionView; CollectionDoc?: Doc; onClick?: ScriptField; + onDoubleClick?: ScriptField; backgroundColor?: (doc: Doc) => string | undefined; getTransform: () => Transform; addDocument?: (document: Doc) => boolean; |