diff options
author | laurawilsonri <laura_wilson@brown.edu> | 2019-04-15 17:40:38 -0400 |
---|---|---|
committer | laurawilsonri <laura_wilson@brown.edu> | 2019-04-15 17:40:38 -0400 |
commit | e981d9d228507fc573febc997eb691a5428126e8 (patch) | |
tree | d7b75acbb2adfef97b4de9bb7635514a07529da0 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 7a1a028d1d3f5602d39f559cb1614abda658a371 (diff) |
fixed small pointer event bug with tooltip menu
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 19ed65272..be530416e 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -249,7 +249,6 @@ export class FormattedTextBox extends React.Component<(FieldViewProps & Formatte return ( <div className={`formattedTextBox-cont`} - style={{ overflow: "visible" }} onKeyDown={this.onKeyPress} onKeyPress={this.onKeyPress} onFocus={this.onFocused} |