Skip to content

Commit 2cf0d63

Browse files
committed
feat: editor bug fixes, some previews
1 parent 0d134c0 commit 2cf0d63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/components/new-launch/finisher/thread.finisher.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const ThreadFinisher = () => {
5050
<div className="flex gap-[4px]">
5151
<div className="flex-1 editor text-textColor">
5252
<Editor
53+
comments={true}
5354
chars={{}}
5455
selectedIntegration={[]}
5556
onChange={(val) => setValue('thread_finisher', val)}

0 commit comments

Comments
 (0)