Skip to content

Commit 8c3fa51

Browse files
committed
Fix breadcrumb
1 parent 7272016 commit 8c3fa51

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/editor

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/editor/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export const codeChanged: Action<{
365365
logBreadcrumb({
366366
category: 'ot',
367367
message: `Change Event ${JSON.stringify({
368-
moduleShortid: this.moduleShortid,
368+
moduleShortid: module.shortid,
369369
event,
370370
})}`,
371371
});

0 commit comments

Comments
 (0)