Stop propagation for paste in MathjaxHandle editor

This commit is contained in:
Henrik Giesel 2021-09-15 22:14:38 +02:00
parent 97647e7b24
commit 1f09402066

View file

@ -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