1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-13 03:00:10 +01:00

fix:Remove add image and Align download input file with same width as pdf file input (#1884)

fix:Remove add image button as the button was non functional. Align download input file with same width as pdf file input
This commit is contained in:
see-more 2024-09-12 19:47:13 +08:00 committed by GitHub
parent 6a9dd4ea95
commit 1fb78c3124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,6 @@
</script>
<div class="tab-group show-on-file-selected">
<div class="tab-container" th:title="#{addImage.upload}">
<div th:replace="~{fragments/common :: fileSelector(name='image-upload', multipleInputsForSingleRequest=true, accept='image/*', inputText=#{imgPrompt})}"></div>
<script>
const imageUpload = document.querySelector('input[name=image-upload]');
@ -62,7 +61,6 @@
}
});
</script>
</div>
</div>
<!-- draggables box -->