diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-12-10 17:42:44 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-12-10 17:42:44 -0500 |
commit | 096718ee546afbd7568bf8ec9e23dca0556d814d (patch) | |
tree | 484e9890a18c9d5e1addbe517610bfa3b9ea2451 /src/client/util/RichTextSchema.tsx | |
parent | 50d351d4178297eba0c917fb3a1959a073127c44 (diff) | |
parent | fe06511da85a9483c10353f0cc5d54b70a265079 (diff) |
merged
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index 4a75d6e49..f41846038 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -762,7 +762,7 @@ export class DashDocView { } }); const self = this; - this._dashSpan.onkeydown = function (e: any) { e.stopPropagation(); }; + this._dashSpan.onkeydown = function (e: any) { }; this._dashSpan.onkeypress = function (e: any) { e.stopPropagation(); }; this._dashSpan.onwheel = function (e: any) { e.preventDefault(); }; this._dashSpan.onkeyup = function (e: any) { e.stopPropagation(); }; |