mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
Added notification as example for console interaction
This commit is contained in:
@@ -284,6 +284,10 @@ function WorkflowCanvas() {
|
||||
return () => window.removeEventListener('keydown', handleKeyDown)
|
||||
}, [canUndo, canRedo, undo, redo])
|
||||
|
||||
// useEffect(() => {
|
||||
// addNotification('console', 'Welcome to the workflow editor!')
|
||||
// }, [])
|
||||
|
||||
return (
|
||||
<div className="relative w-full h-[calc(100vh-56px)]">
|
||||
<NotificationList />
|
||||
|
||||
Reference in New Issue
Block a user