mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(sidebar): task navigation
This commit is contained in:
@@ -989,7 +989,7 @@ export const Sidebar = memo(function Sidebar() {
|
||||
e.preventDefault()
|
||||
handleTaskClick(task.id, e.shiftKey, e.metaKey || e.ctrlKey)
|
||||
} else {
|
||||
handleTaskClick(task.id, false, false)
|
||||
useFolderStore.getState().clearTaskSelection()
|
||||
}
|
||||
}}
|
||||
onContextMenu={
|
||||
|
||||
Reference in New Issue
Block a user