fix: Add debounced Undo/Redo system to avoid character-by-character history
- Add debounced state updates for title and content (500ms delay) - Immediate UI updates with delayed history saving - Prevent one-letter-per-undo issue - Add cleanup for debounce timers on unmount
This commit is contained in:
1
mcp-server/node_modules/prisma/build/public/http/databrowser.js
generated
vendored
Normal file
1
mcp-server/node_modules/prisma/build/public/http/databrowser.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import"../assets/index.js";import"../assets/vendor.js";window.databrowser({transport:{type:"http",url:`${window.location.origin}/api`}});
|
||||
1
mcp-server/node_modules/prisma/build/public/http/splash.js
generated
vendored
Normal file
1
mcp-server/node_modules/prisma/build/public/http/splash.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
import"../assets/index.js";import"../assets/vendor.js";window.splash({transport:{type:"http",url:`${window.location.origin}/api`}});
|
||||
Reference in New Issue
Block a user