Remove unused prop from ResizeHandle - reverse (#10771)

It was added by 928b6d47c8 and soon deprecated by e5d1b3328c
This commit is contained in:
Suguru Hirahara 2023-05-03 12:25:33 +00:00 committed by GitHub
parent 9b7e7864c9
commit 62569e209e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 8 deletions

View file

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