koszti commented on a change in pull request #15403:
URL: https://github.com/apache/superset/pull/15403#discussion_r664956904



##########
File path: superset-frontend/src/SqlLab/components/SqlEditor.jsx
##########
@@ -212,6 +213,7 @@ class SqlEditor extends React.PureComponent {
     this.setState({ height: this.getSqlEditorHeight() });
 
     window.addEventListener('resize', this.handleWindowResize);
+    window.addEventListener('beforeunload', this.onBeforeUnload.bind(this));

Review comment:
       thanks fixed by efb86e51af1959de182faf486a6877164ebd933f
   
   can you please approve the CI workflow so github actions will run again? 
:bowing_man: 




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to