Skip to content

Commit 95f3201

Browse files
committed
Disable worker in ace editor
1 parent 56fdfea commit 95f3201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/client/src/components/apps/AppRunHistoryTimeline.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const ExpandedRowItem = ({ label, value, content_type = null }) => {
107107
showPrintMargin={false}
108108
showLineNumbers={false}
109109
showGutter={false}
110+
setOptions={{ useWorker: false }}
110111
onLoad={(editor) => {
111112
const maxEditorHeight = 200;
112113

0 commit comments

Comments
 (0)