Fix ResizeHandle of the third pinned widget (#10896)

* Revert "Remove unused prop from ResizeHandle - reverse (#10771)"

This reverts commit 62569e209e.

* Add a comment
This commit is contained in:
Suguru Hirahara 2023-05-15 07:40:15 +00:00 committed by GitHub
parent 70b67fca77
commit 5988bb9a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -265,6 +265,7 @@ class LoggedInView extends React.Component<IProps, IState> {
resizer.setClassNames({
handle: "mx_ResizeHandle",
vertical: "mx_ResizeHandle--vertical",
reverse: "mx_ResizeHandle_reverse",
});
return resizer;
}