mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat: Run once for each item tooltip (#9486)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
:read-only="readOnly"
|
||||
:block-u-i="blockUi && showTriggerPanel"
|
||||
:executable="!readOnly"
|
||||
:input-size="inputSize"
|
||||
@value-changed="valueChanged"
|
||||
@execute="onNodeExecute"
|
||||
@stop-execution="onStopExecution"
|
||||
@@ -313,6 +314,8 @@ export default defineComponent({
|
||||
return null;
|
||||
});
|
||||
|
||||
const inputSize = computed(() => ndvStore.ndvInputDataWithPinnedData.length);
|
||||
|
||||
const isTriggerNode = computed(
|
||||
() =>
|
||||
!!activeNodeType.value &&
|
||||
@@ -848,6 +851,7 @@ export default defineComponent({
|
||||
inputRun,
|
||||
linked,
|
||||
inputNodeName,
|
||||
inputSize,
|
||||
hasForeignCredential,
|
||||
outputRun,
|
||||
isOutputPaneActive,
|
||||
|
||||
Reference in New Issue
Block a user