diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index bfd3528114..eb39844cc4 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -654,7 +654,6 @@ class Editor extends React.Component { showQueryEditor: !prev.showQueryEditor, queryPaneHeight: this.state.queryPaneHeight === 100 ? 30 : 100, })); - this.toolTipRefShow.current.style.display = this.state.showQueryEditor ? 'flex' : 'none'; }; toggleComments = () => { @@ -698,7 +697,6 @@ class Editor extends React.Component { }); }; - toolTipRefShow = createRef(); queryPaneRef = createRef(); getCanvasWidth = () => { @@ -811,23 +809,6 @@ class Editor extends React.Component { {this.state.editingVersion && ( {`App version: ${this.state.editingVersion.name}`} )} -
- - - -
{this.renderLayoutIcon(currentLayout === 'desktop')}