https://snippet.webix.com/kv869h44
If i do not set editor(summernote) as the first tabbar view, the editor is not visible. Please help
Hi!
If you want to integrate into your multiview something that is initiated into the container (e. g. your editor), you should remember to set keepViews: true
in the multiview.
By default, only the currently active view is rendered in the multiview on init and exists in the DOM and the editor inside the integration in a hidden cell may simply have no place to be initialized.
Please, check the snippet Code Snippet
Also, this link may be helpful keepViews of ui.multiview, Properties Webix Docs