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";
1313import DiscordButton from './ui/DiscordButton' ;
1414import { MainMenuConfig } from './ui/MainMenu' ;
1515import AuthDialog from './ui/AuthDialog' ;
16- // import SettingsDialog from './ui/SettingsDialog'; // Removed import
1716import Collab from './lib/collab/Collab' ;
1817
1918// Utils
@@ -39,15 +38,8 @@ export default function App() {
3938 leaveSharedPad
4039 } = usePadTabs ( isAuthenticated ) ;
4140
42- // const [showSettingsModal, setShowSettingsModal] = useState(false); // Removed state
43- const [ showPadsModal , setShowPadsModal ] = useState ( false ) ; // Added state for PadsModal
4441 const [ excalidrawAPI , excalidrawRefCallback ] = useCallbackRefState < ExcalidrawImperativeAPI > ( ) ;
4542
46-
47- // const handleCloseSettingsModal = () => { // Removed handler
48- // setShowSettingsModal(false);
49- // };
50-
5143 const handleOnScrollChange = ( ) => {
5244 lockEmbeddables ( excalidrawAPI ?. getAppState ( ) ) ;
5345 } ;
You can’t perform that action at this time.
0 commit comments