Scroll columns area to right when children property is changed (#4517)
The feature to pin column could hide the rightmost column, which is specified with children property of ColumnsArea. The user is likely to see the column when the property changed, so scroll the area in such cases.
Showing
- app/javascript/mastodon/components/column.js 1 addition, 1 deletionapp/javascript/mastodon/components/column.js
- app/javascript/mastodon/features/ui/components/column.js 1 addition, 1 deletionapp/javascript/mastodon/features/ui/components/column.js
- app/javascript/mastodon/features/ui/components/columns_area.js 12 additions, 2 deletions...avascript/mastodon/features/ui/components/columns_area.js
- app/javascript/mastodon/scroll.js 6 additions, 5 deletionsapp/javascript/mastodon/scroll.js
Loading
Please register or sign in to comment