mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-02 21:03:34 +03:00
Fix comment
This commit is contained in:
@@ -794,7 +794,7 @@ export function PipelineBuilder() {
|
||||
name: name.trim(),
|
||||
enabled: enabledOverride ?? enabled,
|
||||
// The editor is virtual - there is no stored Source to pull from, and nothing server-side
|
||||
// sweeps it - so it is recorded in the output options the editor reads, not as a wire input.
|
||||
// sweeps it - so it is never a wire input; its participation is recorded on `editor` below.
|
||||
inputs: isEditorInput
|
||||
? []
|
||||
: [{ sourceId: input.sourceId, trigger: buildTriggerFor(input) }],
|
||||
|
||||
Reference in New Issue
Block a user