We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24068eb commit 80ad763Copy full SHA for 80ad763
gui/src/editorInset/EditorInset.tsx
@@ -52,6 +52,7 @@ function EditorInset() {
52
onEnter={(e, modifiers) => {
53
console.log("Enter: ", e, modifiers);
54
}}
55
+ historyKey="chat"
56
></TipTapEditor>
57
</EditorInsetDiv>
58
);
0 commit comments