This commit is contained in:
Kenneth Jannette
2024-03-16 17:44:14 -05:00
parent fc0c60fc08
commit e1a712f144
2 changed files with 8 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ const EditElement = (props) => {
style={{ width: "100%" }}
onBlur={(e) => handleBlur(e, i)}
tabIndex="0"
className="unshow-ele"
></div>
) : (
<div