diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-23 00:22:52 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-23 00:22:52 -0400 |
commit | 356991c6100a44ef45b4574b43c815383d9be751 (patch) | |
tree | 07156507ab60703e9a0b9e4893a0b2e829dde9c5 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 6d68c6e5e5f8f8ea8b1bbad10148a691a8c2e23f (diff) |
Various fixes for the demo
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index ba9bd9566..30fa1342e 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -167,6 +167,8 @@ export class FormattedTextBox extends React.Component<FieldViewProps> { onKeyPress={this.onKeyPress} onPointerDown={this.onPointerDown} onContextMenu={this.specificContextMenu} + // tfs: do we need this event handler + onKeyDown={this.onKeyPress} onWheel={this.onPointerWheel} ref={this._ref} />) } |