File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { useAppConfig } from "./hooks/useAppConfig";
13
13
import DiscordButton from './ui/DiscordButton' ;
14
14
import { MainMenuConfig } from './ui/MainMenu' ;
15
15
import AuthDialog from './ui/AuthDialog' ;
16
- // import SettingsDialog from './ui/SettingsDialog'; // Removed import
17
16
import Collab from './lib/collab/Collab' ;
18
17
19
18
// Utils
@@ -39,15 +38,8 @@ export default function App() {
39
38
leaveSharedPad
40
39
} = usePadTabs ( isAuthenticated ) ;
41
40
42
- // const [showSettingsModal, setShowSettingsModal] = useState(false); // Removed state
43
- const [ showPadsModal , setShowPadsModal ] = useState ( false ) ; // Added state for PadsModal
44
41
const [ excalidrawAPI , excalidrawRefCallback ] = useCallbackRefState < ExcalidrawImperativeAPI > ( ) ;
45
42
46
-
47
- // const handleCloseSettingsModal = () => { // Removed handler
48
- // setShowSettingsModal(false);
49
- // };
50
-
51
43
const handleOnScrollChange = ( ) => {
52
44
lockEmbeddables ( excalidrawAPI ?. getAppState ( ) ) ;
53
45
} ;
You can’t perform that action at this time.
0 commit comments