Эх сурвалжийг харах

HUE-9000 [editor] Fix issue with switching to result tab after execute in editor v2

Johan Ahlen 6 жил өмнө
parent
commit
5f520e4634

+ 1 - 1
desktop/core/src/desktop/js/apps/notebook2/snippet.js

@@ -1036,7 +1036,7 @@ export default class Snippet {
 
     huePubSub.subscribe(EXECUTABLE_UPDATED_EVENT, executable => {
       if (this.activeExecutable() === executable) {
-        this.updateFromExecutable();
+        this.updateFromExecutable(executable);
       }
     });