mirror of
https://github.com/docmost/docmost.git
synced 2025-11-20 05:51:10 +10:00
fix: disable user-select
This commit is contained in:
@ -26,6 +26,7 @@ export default function GlobalAppShell({
|
||||
const sidebarRef = useRef(null);
|
||||
|
||||
const startResizing = React.useCallback((mouseDownEvent) => {
|
||||
mouseDownEvent.preventDefault();
|
||||
setIsResizing(true);
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user