arosien commented on code in PR #883:
URL: https://github.com/apache/daffodil-vscode/pull/883#discussion_r1432038575


##########
src/dataEditor/dataEditorClient.ts:
##########
@@ -459,11 +459,17 @@ export class DataEditorClient implements 
vscode.Disposable {
       case MessageCommand.undoChange:
         await undo(this.omegaSessionId)
         await this.sendChangesInfo()
+        this.panel.webview.postMessage({

Review Comment:
   Question: I don't quite know enough to understand these additions, and to a 
newbie it seems like one is clearing changes right after the changes are sent, 
which is slightly confusing. Can you tell me more?



-- 
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