This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Closed
Description
Halp ticket:
- support/d10de7cecaa111e39dcc669581e17d98
eachEditorView is not consistent.
From the editors that exist it only takes those uder .pane .item-views but it takes all future editors (even those not under .pane .item-views).
The function should pick one or the other, I personally propose you take all. This means replacing the getEditorViews in the eachEditorView function to:
this.find('.editor').map(function() {
return $(this).view();
}).toArray();
Metadata
Metadata
Assignees
Labels
No labels