fix(core): update
This commit is contained in:
parent
1a782eb4ee
commit
03769c8412
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.168',
|
||||
version: '1.0.169',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user