diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2020-01-08 15:34:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-08 15:34:28 -0500 |
| commit | fdbe921d80707f2e9006b3f6106d49e4e3f34a28 (patch) | |
| tree | 322653b2aadc0864fc507596339950d468571a97 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | 19a71cb2788b9c1c8d8ced4af285bf91033ba626 (diff) | |
| parent | 685ba9666929eddac09a09e77a2e4df1322af066 (diff) | |
Merge pull request #328 from browngraphicslab/pen
Pen
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index a344a50b3..c203ca0c3 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -11,6 +11,7 @@ } .formattedTextBox-cont { + touch-action: none; cursor: text; background: inherit; padding: 0; |
