We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46868ae commit 54ba246Copy full SHA for 54ba246
packages/app/src/app/overmind/namespaces/editor/actions.ts
@@ -324,7 +324,7 @@ export const codeChanged: Action<{
324
if (state.live.isLive && module.code !== code) {
325
let operation;
326
if (event) {
327
- operation = eventToTransform(event, code);
+ operation = eventToTransform(event, code).operation;
328
} else {
329
const transform = getTextOperation(module.code, code);
330
0 commit comments