cwrc / CWRC-WriterBase

The base class from which to create a CWRC-Writer XML editor.
GNU General Public License v2.0
14 stars 3 forks source link

Infinite recursion error with structure tree and read only mode #238

Open ajmacdonald opened 4 years ago

ajmacdonald commented 4 years ago

Assigning the parent entry to child is causing infinite recursion when the structure tree gets built by the jstree library. https://github.com/cwrc/CWRC-WriterBase/blob/d0da00ddfde65a4ccbc9db48f290226bdf7bc53d/src/js/layout/modules/structureTree/structureTree.js#L340

ajmacdonald commented 4 years ago

cfc08bf43b7853e9f4e75ecc5b9c4f4076ba01b3