set paggind default 0

This commit is contained in:
hamid zarghami
2025-11-26 15:59:17 +03:30
parent 735355822a
commit 4203cc1fd2
@@ -139,7 +139,7 @@ const TextShape = ({
textarea.style.width = `${textNode.width() * scaleX}px`;
textarea.style.fontSize = `${textNode.fontSize() * scaleY}px`;
textarea.style.border = "none";
textarea.style.padding = "50px";
textarea.style.padding = "0px";
textarea.style.margin = "0px";
textarea.style.overflow = "hidden";
textarea.style.background = "transparent";