We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking save as to save current template with a different name following error is coming up.
Also I did not found any element input[data-v-filename]. I changed as follows in the builder.js file and it worked. Please do a review.
document.querySelector("#save-offcanvas [data-v-filename]").innerHTML = filename; // document.querySelector("#save-offcanvas input[data-v-filename]").val(filename); document.querySelector("#save-offcanvas input[data-v-basename]").value = filename; document.querySelector("#save-offcanvas [data-v-theme-folders]").value = folder;
The text was updated successfully, but these errors were encountered:
Removed adjustList, list height is set from css now.
fa2d148
Fixed On opening Editor right side panel show JS error #156 Fixed clicking on save or Save As button keep loader spinning #157
Thank you for the bug report, it's fixed in the last commit fa2d148
Sorry, something went wrong.
@givanz Many many thanks.
No branches or pull requests
When clicking save as to save current template with a different name following error is coming up.
Also I did not found any element input[data-v-filename]. I changed as follows in the builder.js file and it worked. Please do a review.
The text was updated successfully, but these errors were encountered: