We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5d8eb commit dd40e6aCopy full SHA for dd40e6a
src/editors/editorsContainer/TemplateMarkdown.tsx
@@ -18,7 +18,7 @@ function TemplateMarkdown() {
18
const handleChange = (value: string | undefined) => {
19
if (value !== undefined) {
20
setValue(value); // Update editor state and sync
21
- setTemplateMarkdown(value); // Additional debounce for manual edits
+ setTemplateMarkdown(value);
22
}
23
};
24
0 commit comments