performant-software / Annotation-Studio

An online annotation platform for teaching and learning in the humanities.
http://www.annotationstudio.org
GNU General Public License v2.0
5 stars 1 forks source link

Fix broken pasting in annotation editor #403

Closed camdendotlol closed 2 years ago

camdendotlol commented 2 years ago

What this PR does

This PR simply recompiles the assets for COVE, which include the TinyMCE plugin responsible for the annotation editing field. It's still not clear what broke it, but recompiling fixes the bug, as you can see at https://staging.covecollective.org

How to test

  1. Open any annotatable document
  2. Double-click a word to bring up the annotation button Screen Shot 2022-04-06 at 12 59 22 PM
  3. Click the button, opening the annotation editor Screen Shot 2022-04-06 at 11 51 25 AM
  4. Paste in some plain text
  5. The text should appear in the box, and no red errors should appear in your browser console