UI: fixes based on Actionable Feedback from devtalk and frontend changes #40

Merged
Pablo Vazquez merged 15 commits from martonlente/extensions-website:ui-alpha-launch-actionable-feedback into main 2024-02-27 16:05:54 +01:00
Showing only changes of commit 8c7749bb0e - Show all commits

View File

@ -99,7 +99,6 @@ function removeImgUploadForm() {
}
// Create function resetImgUploadForm
// TODO: fix function resetImgUploadForm on pageload
function resetImgUploadForm() {
const btnResetImgUploadForm = document.querySelectorAll('.js-btn-reset-img-upload-form');
@ -172,6 +171,7 @@ function setImgUploadFormThumbnail() {
function init() {
addImgUploadFormClasses();
resetImgUploadForm();
setImgUploadFormThumbnail();
}
// Configure tag selection, if present on the page