chore(editor): The zoomed view misc updates (#17865)

This commit is contained in:
Suguru Inoue
2025-08-07 12:10:06 +02:00
committed by GitHub
parent 678f468f68
commit 8b73b1ce82
31 changed files with 392 additions and 233 deletions

View File

@@ -27,6 +27,11 @@ function getNdvStateMock(): Partial<ReturnType<typeof useNDVStore>> {
},
isInputPanelEmpty: false,
isOutputPanelEmpty: false,
ndvInputDataWithPinnedData: [],
getHoveringItem: undefined,
expressionOutputItemIndex: 0,
isTableHoverOnboarded: false,
setHighlightDraggables: vi.fn(),
};
}
@@ -100,6 +105,11 @@ describe('ParameterInput.vue', () => {
},
isInputPanelEmpty: false,
isOutputPanelEmpty: false,
ndvInputDataWithPinnedData: [],
getHoveringItem: undefined,
expressionOutputItemIndex: 0,
isTableHoverOnboarded: false,
setHighlightDraggables: vi.fn(),
};
mockNodeTypesState = {
allNodeTypes: [],