Added notification as example for console interaction

This commit is contained in:
Emir Karabeg
2025-01-21 14:15:27 -08:00
parent d87e5e07cf
commit b423cc0b4f
+4
View File
@@ -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 />