dont zoom on section change
This commit is contained in:
parent
306f543887
commit
528570b09d
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue