superdesk / superdesk-client-core

Common client modules for superdesk apps.
GNU Affero General Public License v3.0
32 stars 87 forks source link

Make spellchecker work for multi line quotes #4518

Closed tomaskikutis closed 4 months ago

tomaskikutis commented 4 months ago

BOR-13

Since multi line quotes and upcoming custom blocks are based on tables, spellchecking techninally works on tables too, except that it would spellcheck each cell separatelly which would probably degrade performance so I've disabled it.

tomaskikutis commented 4 months ago

I finally handled the issues with unit tests. @petrjasek do review this one when you have time