mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-20 22:42:21 +01:00
🐛 Issue with moving categories up / down
This commit is contained in:
@@ -13,6 +13,7 @@ export const useResizeGridItem = () => {
|
||||
const gridstackRef = useGridstackRef();
|
||||
|
||||
return ({ height, width, ...options }: ResizeGridItemProps) => {
|
||||
if (!itemRef?.current) return;
|
||||
gridstackRef?.current?.update(itemRef.current!, {
|
||||
...options,
|
||||
h: height,
|
||||
|
||||
Reference in New Issue
Block a user