Skip to content

Commit

Permalink
Merge branch 'cleanup'
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Apr 8, 2024
2 parents 40c81b0 + c0a54d2 commit c6c027e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/left-panel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import { Detail, Select, Toggle, Vector } from '../components';
import { addEventListenerOnClickOnly } from '../../helpers';
import MorphTargetPanel from './morph-target-panel';

declare global {
interface Navigator {
readonly gpu: any;
}
}

const toggleCollapsed = () => {
const leftPanel = document.getElementById('panel-left');
if (leftPanel) {
Expand Down

0 comments on commit c6c027e

Please sign in to comment.