fisjac commented on code in PR #30903:
URL: https://github.com/apache/superset/pull/30903#discussion_r1882741461


##########
superset-frontend/src/explore/components/controls/TextAreaControl.jsx:
##########
@@ -94,31 +100,44 @@ class TextAreaControl extends Component {
       if (this.props.readOnly) {
         style.backgroundColor = '#f2f2f2';
       }
+      const codeEditor = (
+        <div>

Review Comment:
   When trying to wrap a tooltip around the `TextAreaEditor`  without a div, 
the tooltip doesn't land in the right place. Placing a div enables the tooltip 
to behave as intended.



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