Skip to content

Commit 80ad763

Browse files
committed
fix tsc error
1 parent 24068eb commit 80ad763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/src/editorInset/EditorInset.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function EditorInset() {
5252
onEnter={(e, modifiers) => {
5353
console.log("Enter: ", e, modifiers);
5454
}}
55+
historyKey="chat"
5556
></TipTapEditor>
5657
</EditorInsetDiv>
5758
);

0 commit comments

Comments
 (0)