aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBoxComment.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-03 20:23:15 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-03 20:23:15 -0400
commitadabfbea2b034beb310530aef9cc8b206e260b67 (patch)
tree7cae910fcb760ddfa5b8a580e0bfb50ca248a5ca /src/client/views/nodes/FormattedTextBoxComment.tsx
parent5414cc78dfb650954c9b6fef8115a5945ea8d6a6 (diff)
added rootSelected() to make forceActive work better
Diffstat (limited to 'src/client/views/nodes/FormattedTextBoxComment.tsx')
-rw-r--r--src/client/views/nodes/FormattedTextBoxComment.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBoxComment.tsx b/src/client/views/nodes/FormattedTextBoxComment.tsx
index 61df188f8..d1a563494 100644
--- a/src/client/views/nodes/FormattedTextBoxComment.tsx
+++ b/src/client/views/nodes/FormattedTextBoxComment.tsx
@@ -181,6 +181,7 @@ export class FormattedTextBoxComment {
LibraryPath={emptyPath}
fitToBox={true}
moveDocument={returnFalse}
+ rootSelected={returnFalse}
getTransform={Transform.Identity}
active={returnFalse}
addDocument={returnFalse}