[FIX] web_editor: fix various issues with ace editor
Ace editor is not very smart, it does a rpc for each inherited view, it tries to load workers before deciding not to use them, and it does way too much work in general. This commits tries to make sure that only the necessary rpcs are done (lazily). fix some issues with ace editor: lazy loading fix various issues with ace editor
Please register or sign in to comment