diff options
author | bob <bcz@cs.brown.edu> | 2019-05-29 18:21:03 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-29 18:21:03 -0400 |
commit | 9dbf61fccc96f7c4d6bd63e25a7208b82df28705 (patch) | |
tree | 8396a0f950436205015ecbcddfdbef09d01793bc /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 732cc8c3aec072525535d246b1177181bbd3f7da (diff) |
stacking view focus fixes. linkview fixes.-
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 5b74c2e7e..da584c811 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -275,7 +275,6 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe } } - //REPLACE THIS WITH CAPABILITIES SPECIFIC TO THIS TYPE OF NODE freezeNativeDimensions = (e: React.MouseEvent): void => { if (NumCast(this.props.Document.nativeWidth)) { this.props.Document.proto!.nativeWidth = undefined; |