thomas-institut / apm

Digital Edition web application for the Averroes Project
GNU General Public License v3.0
2 stars 0 forks source link

Editor moves text before an "illegible" to the previous line on save #32

Closed rafaelnajera closed 7 years ago

rafaelnajera commented 7 years ago

When an "illegible" mark is at the beginning of the line, any text added before it in the same line gets moved to the previous line on save. This happens when the text in the previous line has a language attribute assigned

Quill is, in fact, sending an insert operation that starts with a new line: insert: , attr = somelang insert: \nSome more text (no attr) insert: illegible mark

rafaelnajera commented 7 years ago

Fixed in develop