🐛 Fix Change Position not working with gridstack
This commit is contained in:
@@ -14,6 +14,7 @@ interface WrapperContentProps {
|
||||
wrapper: RefObject<HTMLDivElement>;
|
||||
items: MutableRefObject<Record<string, RefObject<HTMLDivElement>>>;
|
||||
gridstack: MutableRefObject<GridStack | undefined>;
|
||||
updateGridstackRef: MutableRefObject<(() => void) | undefined>;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user