Skip to content

Commit

Permalink
chore: fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Dec 17, 2024
1 parent 15bf4bb commit 755135c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const DockviewDemo = (props: { theme?: string }) => {

event.api.onDidMaximizedGroupChange((event) => {
addLogLine(
`Group Maximized Changed ${event.view.id} [${event.isMaximized}]`
`Group Maximized Changed ${event.group.api.id} [${event.isMaximized}]`
);
});

Expand Down

0 comments on commit 755135c

Please sign in to comment.