manoj12dsynergy

Results 1 comments of manoj12dsynergy

The solution that worked for us: **Create a module** ```typescript // src/patches/quill-nbsp-fix.ts import Quill from 'quill'; (function installNbspFix() { // Get the original method that *every* Quill instance inherits const...