.
This commit is contained in:
@@ -1551,7 +1551,7 @@ useEffect(() => {
|
||||
boxShadow: activeViewport === i
|
||||
? "0 0 0 4px #1976d2, 0 0 16px 4px #1976d2cc"
|
||||
: undefined,
|
||||
cursor: "pointer",
|
||||
// cursor: "pointer",
|
||||
zIndex: activeViewport === i ? 10 : 1,
|
||||
}}
|
||||
onClick={() => setActiveViewport(i)}
|
||||
|
||||
Reference in New Issue
Block a user