Skip to content
Snippets Groups Projects
Commit 0bcb54a4 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon:
Browse files

Repeated clicks on `manual` always open sig placement

See issue #7
parent e360f6d4
No related branches found
No related tags found
No related merge requests found
Pipeline #11277 passed
......@@ -624,7 +624,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle
value1="${i18n.t('qualified-pdf-upload.positioning-automatic')}"
value2="${i18n.t('qualified-pdf-upload.positioning-manual')}"
?disabled="${this.signingProcessEnabled}"
@change=${ (e) => this.queuePlacementSwitch(id, e.target.name) }></vpu-textswitch>
@click=${ (e) => this.queuePlacementSwitch(id, e.target.name) }></vpu-textswitch>
</div>
</div>
`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment