feat(editor): Merge experimental params pane into focus pane (no-changelog) (#18337)

This commit is contained in:
Suguru Inoue
2025-08-27 11:04:24 +02:00
committed by GitHub
parent 98bde4f478
commit 6d306c53dd
26 changed files with 317 additions and 179 deletions

View File

@@ -152,7 +152,7 @@ describe('NodeDetailsView', () => {
test('should unregister keydown listener on unmount', async () => {
const { pinia, workflowObject, nodeName } = await createPiniaStore(false);
const ndvStore = useNDVStore();
const ndvStore = useNDVStore(pinia);
const renderComponent = createComponentRenderer(NodeDetailsView, {
props: {