set select fix + screen shot fix

This commit is contained in:
hamid zarghami
2025-07-16 13:03:30 +03:30
parent fe5b7de9b1
commit 2043daae39
6 changed files with 39 additions and 7 deletions
@@ -38,7 +38,6 @@ export const captureScreenshotAsFile = async (
};
const dataUrl = await domtoimage.toPng(element, options);
// بازگردانی استایل‌های اصلی
htmlElement.style.transform = originalTransform;
htmlElement.style.position = originalPosition;