hide object and show

This commit is contained in:
hamid zarghami
2025-12-31 16:08:55 +03:30
parent d17b7c3dc5
commit 1906e404f0
3 changed files with 50 additions and 3 deletions
@@ -39,6 +39,10 @@ const ObjectRenderer = ({
onCellDblClick,
selectedCellId,
}: ObjectRendererProps) => {
if (obj.visible === false) {
return null;
}
const commonProps = {
obj,
isSelected,