mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Stop propagation for paste in MathjaxHandle editor
This commit is contained in:
parent
97647e7b24
commit
1f09402066
1 changed files with 2 additions and 1 deletions
|
@ -44,11 +44,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<div
|
||||
on:click|stopPropagation
|
||||
on:focus|stopPropagation
|
||||
on:focusin|stopPropagation
|
||||
on:keydown|stopPropagation
|
||||
on:keyup|stopPropagation
|
||||
on:focusin|stopPropagation
|
||||
on:mousedown|preventDefault|stopPropagation
|
||||
on:mouseup|stopPropagation
|
||||
on:paste|stopPropagation
|
||||
>
|
||||
<!-- TODO no focusin for now, as EditingArea will defer to Editable/Codable -->
|
||||
<textarea
|
||||
|
|
Loading…
Reference in a new issue