You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was planning to reuse this package and adapt it to my architecture using the awesome YAML panes and templates definition feature. However, the UI is broken with the current atom version. It is returning the following error:
Uncaught (in promise) TypeError: _this.treeView.find is not a function
at mantra-view.coffee [sm]:130
I am not familiar with Atom structure but I assume it is related to the fact that '.tree-view-scroller' is no longer existing, the scroller being somehow handled by a scrollbar pseudo element attached to the atom-panel-container node.
By any chance, would you know how hard it would be to fix it, and/or help me do it? Or do you know of a similar package alternative?
By the way, I couldn't find any other Atom package allowing to generate files like yours. IMHO, the features of this package could be very appreciated as a generic code builder rather than a mantrajs branded package.
@Billybobbonnet I haven't been using Atom for about a year now and I have no idea what to do at this stage unfortunately. I am happy to give you full access to this repo.
Hello @tomitrescak ,
I was planning to reuse this package and adapt it to my architecture using the awesome YAML panes and templates definition feature. However, the UI is broken with the current atom version. It is returning the following error:
Uncaught (in promise) TypeError: _this.treeView.find is not a function
at mantra-view.coffee [sm]:130
I am not familiar with Atom structure but I assume it is related to the fact that '.tree-view-scroller' is no longer existing, the scroller being somehow handled by a
scrollbar
pseudo element attached to theatom-panel-container
node.By any chance, would you know how hard it would be to fix it, and/or help me do it? Or do you know of a similar package alternative?
By the way, I couldn't find any other Atom package allowing to generate files like yours. IMHO, the features of this package could be very appreciated as a generic code builder rather than a mantrajs branded package.
I opened a topic on this here.
Thanks
The text was updated successfully, but these errors were encountered: