dont zoom on section change

This commit is contained in:
Laura Klünder 2017-06-11 02:25:07 +02:00
parent 306f543887
commit 528570b09d

View file

@ -596,6 +596,7 @@ SectionControl = L.Control.extend({
this.expand();
} else if (!this._disabled) {
$(e.target).addClass('current').siblings().removeClass('current');
editor._next_zoom = false;
editor.sidebar_get(e.target.href);
this.collapse();
}