- 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
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": false,
|
|
"instrumentation": false,
|
|
"sourceMap": false,
|
|
"reporter": ["text-summary", "text", "html", "json"],
|
|
"exclude": [
|
|
"coverage",
|
|
"example",
|
|
"test",
|
|
"test-core-js.js"
|
|
]
|
|
}
|