feat: add camera shortcut functionality for improved navigation in 3D space; refactor ShortcutHelper and Builder components for better structure

This commit is contained in:
Nalvazhuthi
2025-08-25 17:49:18 +05:30
parent 6f308ddda4
commit 60cdf4e6af
4 changed files with 52 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ export default function Builder() {
const { setHoveredPoint, setHoveredLine } = useBuilderStore();
const { userId, organization } = getUserData();
useEffect(() => {
if (!toggleView) {
setHoveredLine(null);