@ -70,7 +70,7 @@ export default Backbone.View.extend({
scroll &&
component.views.forEach(view => {
view._getFrame() !== currFrame && view.scrollIntoView(scroll);
view._getFrame() === currFrame && view.scrollIntoView(scroll);
});
},
@ -325,7 +325,7 @@ export default {
*/
select(model, event = {}) {
if (!model) return;
this.editor.select(model, { scroll: {}, event });
this.editor.select(model, { event });
this.initResize(model);