possibilité de partage un espace

This commit is contained in:
2025-07-19 11:26:50 +02:00
parent 0b0d71768b
commit cb11398b3e
6 changed files with 151 additions and 22 deletions

View File

@ -27,7 +27,7 @@ export function Space() {
}, [])
// Click in empty space - clear selection (but not if we just finished a rectangle selection)
const handleClick = (e: React.MouseEvent) => {
const handleClick = () => {
if (justFinishedSelection) {
setJustFinishedSelection(false)
return