You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Update initial widget height
This commit is contained in:
@@ -207,7 +207,7 @@ const PersistentVResizer = ({
|
|||||||
resizeNotifier,
|
resizeNotifier,
|
||||||
children,
|
children,
|
||||||
}) => {
|
}) => {
|
||||||
const [height, setHeight] = useLocalStorageState("pvr_" + id, 100);
|
const [height, setHeight] = useLocalStorageState("pvr_" + id, 280); // old fixed height was 273px
|
||||||
const [resizing, setResizing] = useState(false);
|
const [resizing, setResizing] = useState(false);
|
||||||
|
|
||||||
return <Resizable
|
return <Resizable
|
||||||
|
|||||||
Reference in New Issue
Block a user