Appease the linters
This commit is contained in:
parent
04d1f5dd28
commit
6227d3c183
5 changed files with 11 additions and 13 deletions
|
@ -287,7 +287,7 @@ const PersistentVResizer = ({
|
|||
|
||||
const [height, setHeight] = useStateCallback(defaultHeight, newHeight => {
|
||||
newHeight = percentageOf(newHeight, minHeight, maxHeight) * 100;
|
||||
WidgetLayoutStore.instance.setContainerHeight(room, Container.Top, newHeight)
|
||||
WidgetLayoutStore.instance.setContainerHeight(room, Container.Top, newHeight);
|
||||
});
|
||||
|
||||
return <Resizable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue