fix(core): update

This commit is contained in:
Philipp Kunz 2023-04-12 00:40:40 +02:00
parent 1a782eb4ee
commit 03769c8412
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-catalog',
version: '1.0.168',
version: '1.0.169',
description: 'website for lossless.com'
}

View File

@ -201,7 +201,9 @@ export class DeesStepper extends DeesElement {
}
public updated() {
this.setScrollStatus();
if (this.selectedStep) {
this.setScrollStatus();
}
}
public scroller: typeof domtools.plugins.SweetScroll.prototype;