* fix: remove read_only decorator from get_desktop_page
get_desktop_page leads to a call to check_completions which calls save and thus with the read_only decorator calls save on the read replica
* fix: Move write operation out of read only request
* fix: deprecated initHighlighting
Deprecated as of 10.6.0. initHighlighting() is deprecated. Use highlightAll() instead.
---------
Co-authored-by: Apile Tyumre <apiletyumre@iridescentsun.com>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>