scholarsmate commented on code in PR #758:
URL: https://github.com/apache/daffodil-vscode/pull/758#discussion_r1290155910


##########
src/dataEditor/dataEditorClient.ts:
##########
@@ -385,7 +385,7 @@ export class DataEditorClient implements vscode.Disposable {
         }
         break
 
-      case MessageCommand.commit:
+      case MessageCommand.apply:

Review Comment:
   It's not just applying edits to the viewport, but to the edit model in Ωedit.



##########
src/dataEditor/dataEditorClient.ts:
##########
@@ -385,7 +385,7 @@ export class DataEditorClient implements vscode.Disposable {
         }
         break
 
-      case MessageCommand.commit:
+      case MessageCommand.apply:

Review Comment:
   It's not just applying edits to the viewport, but to the edit model in Ωedit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to