mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
disable layerlist smoothscrolling
This commit is contained in:
parent
8928f3e626
commit
f039a89572
@ -35,7 +35,7 @@
|
||||
// Ensure the currently the selected layer is visible.
|
||||
var currentLayerEl = this.layersListEl.querySelector('.current-layer-item');
|
||||
if (currentLayerEl) {
|
||||
currentLayerEl.scrollIntoView({behavior: 'smooth'});
|
||||
currentLayerEl.scrollIntoView();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user