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


##########
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 what do you think of the comment here? Click "tell me more" to 
see details.



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