mirror of
https://github.com/mathuo/dockview
synced 2025-05-02 01:28:28 +00:00
fix: use alternative build for docs due to breaking changing in upcoming release
This commit is contained in:
parent
200e1c4ccb
commit
199e4ff77d
@ -21,7 +21,7 @@
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"axios": "^1.3.3",
|
||||
"clsx": "^1.2.1",
|
||||
"dockview": "^1.5.2",
|
||||
"dockview": "0.0.0-experimental-4ff77d46-20230221",
|
||||
"prism-react-renderer": "^1.3.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
@ -84,7 +84,7 @@ export const CustomHeadersDockview = () => {
|
||||
position: { referencePanel: 'panel_7', direction: 'within' },
|
||||
});
|
||||
|
||||
event.api.addEmptyGroup();
|
||||
event.api.addGroup();
|
||||
};
|
||||
|
||||
return (
|
||||
|
@ -316,7 +316,7 @@ export const DockviewDemo = () => {
|
||||
position: { referencePanel: 'panel_7', direction: 'within' },
|
||||
});
|
||||
|
||||
event.api.addEmptyGroup();
|
||||
event.api.addGroup();
|
||||
|
||||
event.api.getPanel('panel_1').api.setActive();
|
||||
|
||||
|
@ -5481,6 +5481,11 @@ dns-packet@^5.2.2:
|
||||
dependencies:
|
||||
"@leichtgewicht/ip-codec" "^2.0.1"
|
||||
|
||||
dockview@0.0.0-experimental-4ff77d46-20230221:
|
||||
version "0.0.0-experimental-4ff77d46-20230221"
|
||||
resolved "https://registry.yarnpkg.com/dockview/-/dockview-0.0.0-experimental-4ff77d46-20230221.tgz#45b23ed4184ab2ba3728e9f8fdd482b8c7b7523d"
|
||||
integrity sha512-EzdqR/OFhw/danue95j3rOzswUxRod+HuKm0VbJvVbKyHUIZhrHWXCCCHEH3QbT9olmYk/piEuspzkn1MgcB/g==
|
||||
|
||||
doctrine@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"
|
||||
|
Loading…
Reference in New Issue
Block a user