mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 22:29:24 +00:00
Fix dissapearing steps
This commit is contained in:
parent
c7a9762412
commit
8099a82e93
@ -106,6 +106,7 @@ const AddWatermark = ({ onPreviewFile, onComplete, onError }: BaseToolProps) =>
|
|||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (hasFiles || hasResults) {
|
||||||
// Text watermark path
|
// Text watermark path
|
||||||
if (watermarkParams.parameters.watermarkType === "text") {
|
if (watermarkParams.parameters.watermarkType === "text") {
|
||||||
// Step 2: Wording
|
// Step 2: Wording
|
||||||
@ -184,6 +185,7 @@ const AddWatermark = ({ onPreviewFile, onComplete, onError }: BaseToolProps) =>
|
|||||||
),
|
),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return steps;
|
return steps;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user