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:
18
mcp-server/node_modules/ajv/dist/vocabularies/metadata.js
generated
vendored
Normal file
18
mcp-server/node_modules/ajv/dist/vocabularies/metadata.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.contentVocabulary = exports.metadataVocabulary = void 0;
|
||||
exports.metadataVocabulary = [
|
||||
"title",
|
||||
"description",
|
||||
"default",
|
||||
"deprecated",
|
||||
"readOnly",
|
||||
"writeOnly",
|
||||
"examples",
|
||||
];
|
||||
exports.contentVocabulary = [
|
||||
"contentMediaType",
|
||||
"contentEncoding",
|
||||
"contentSchema",
|
||||
];
|
||||
//# sourceMappingURL=metadata.js.map
|
||||
Reference in New Issue
Block a user