[GitHub] [incubator-superset] graceguo-supercat commented on a change in pull request #8099: [WIP] Allow resizing width of SQL Lab left bar / editor

2019-08-22 Thread GitBox
graceguo-supercat commented on a change in pull request #8099: [WIP] Allow 
resizing width of SQL Lab left bar / editor
URL: 
https://github.com/apache/incubator-superset/pull/8099#discussion_r316972088
 
 

 ##
 File path: superset/assets/src/SqlLab/components/SqlEditor.jsx
 ##
 @@ -453,25 +458,36 @@ class SqlEditor extends React.PureComponent {
   
 );
   }
+  leftBar() {
+return (
+  
+
+  
+);
+  }
   render() {
 return (
-  
-
-  
-
-  
-
+  

[GitHub] [incubator-superset] graceguo-supercat commented on a change in pull request #8099: [WIP] Allow resizing width of SQL Lab left bar / editor

2019-08-22 Thread GitBox
graceguo-supercat commented on a change in pull request #8099: [WIP] Allow 
resizing width of SQL Lab left bar / editor
URL: 
https://github.com/apache/incubator-superset/pull/8099#discussion_r316972088
 
 

 ##
 File path: superset/assets/src/SqlLab/components/SqlEditor.jsx
 ##
 @@ -453,25 +458,36 @@ class SqlEditor extends React.PureComponent {
   
 );
   }
+  leftBar() {
+return (
+  
+
+  
+);
+  }
   render() {
 return (
-  
-
-  
-
-  
-
+