- 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
20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"name": "debug",
|
|
"repo": "visionmedia/debug",
|
|
"description": "small debugging utility",
|
|
"version": "2.6.9",
|
|
"keywords": [
|
|
"debug",
|
|
"log",
|
|
"debugger"
|
|
],
|
|
"main": "src/browser.js",
|
|
"scripts": [
|
|
"src/browser.js",
|
|
"src/debug.js"
|
|
],
|
|
"dependencies": {
|
|
"rauchg/ms.js": "0.7.1"
|
|
}
|
|
}
|