set paggind default 0
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user