rusackas commented on code in PR #32384:
URL: https://github.com/apache/superset/pull/32384#discussion_r1980447880


##########
superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:
##########
@@ -382,6 +386,14 @@ class Markdown extends PureComponent {
                   ref={dragSourceRef}
                   className="dashboard-component 
dashboard-component-chart-holder"
                   data-test="dashboard-component-chart-holder"
+                  role="button"
+                  tabIndex="0"
+                  onClick={() => {
+                    if (editMode) {
+                      this.handleChangeFocus(true);
+                      this.handleChangeEditorMode('edit');
+                    }
+                  }}

Review Comment:
   @notHuman9504 can you check whether this is true or not? Spinning up a test 
environment in the meantime. 



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