Skip to content

Commit

Permalink
fix(TitleRow): animate row repositioning for title instead of popping…
Browse files Browse the repository at this point in the history
… (important for focus/unfocus) (#441)
  • Loading branch information
erautenberg authored Dec 20, 2023
1 parent ca3d2d1 commit 0848b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class TitleRow extends Row {
}

_updateRow() {
this.Items.patch({
this.applySmooth(this.Items, {
y: this.title ? this._Title.finalH + this.style.titleMarginBottom : 0
});
}
Expand Down

0 comments on commit 0848b45

Please sign in to comment.