hide object and show
This commit is contained in:
@@ -39,6 +39,10 @@ const ObjectRenderer = ({
|
||||
onCellDblClick,
|
||||
selectedCellId,
|
||||
}: ObjectRendererProps) => {
|
||||
if (obj.visible === false) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const commonProps = {
|
||||
obj,
|
||||
isSelected,
|
||||
|
||||
Reference in New Issue
Block a user