remove btn refresh preview

This commit is contained in:
amazuecos
2025-03-05 00:51:14 +01:00
parent b6a17e0d34
commit 172165c27a
2 changed files with 14 additions and 14 deletions

View File

@ -20,11 +20,11 @@ class PreviewFormasAdmin {
const self = this;
this.preview.resizeEvent();
$(".refresh-shape").on("click", () => {
$("#accordionPreviewTip").find(".nav-link.active").each((index, element) => {
this.preview.setViewBoxToPreview()
})
})
// $(".refresh-shape").on("click", () => {
// $("#accordionPreviewTip").find(".nav-link.active").each((index, element) => {
// this.preview.setViewBoxToPreview()
// })
// })
$('#tab-pv-bn').on("click", function () {
self.preview.setData(self.data);
self.preview.previewInteriorPlana('bn', self.isCosido, self.tipoTapa.includes("dura") ? 1 : 0);