Copying Sandbox change to corresponding Template

see prev. commit
This commit is contained in:
zaxer2 2025-01-03 13:24:28 -05:00 committed by GitHub
parent cd91f4a4d3
commit 10fd5778dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,6 +124,11 @@ const DockviewDemo = (props: { theme?: string }) => {
const onReady = (event: DockviewReadyEvent) => {
setApi(event.api);
setPanels([]);
setGroups([]);
setActivePanel(undefined);
setActiveGroup(undefined);
addLogLine(`Dockview Is Ready`);
};
React.useEffect(() => {