mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
refactor: update dependencies
This commit is contained in:
@@ -55,6 +55,7 @@ export class DashboardCollapse {
|
||||
.fromTo('transform', 'translateY(0)', 'translateY(-32px)'),
|
||||
this.animationControl
|
||||
.create()
|
||||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||
.addElement(toolbar.querySelector(':scope > div > ion-img')!)
|
||||
.fromTo('transform', 'scale(1)', 'scale(0.35)'),
|
||||
this.animationControl
|
||||
|
||||
Reference in New Issue
Block a user