Browse Source

Clean up css and remove keydown suppression

Steven Silvester 8 years ago
parent
commit
20a91aef63
2 changed files with 5 additions and 2 deletions
  1. 5 0
      src/outputarea/index.css
  2. 0 2
      src/outputarea/widget.ts

+ 5 - 0
src/outputarea/index.css

@@ -101,6 +101,11 @@
 }
 
 
+.jp-OutputAreaWidget-output {
+  display: flex;
+}
+
+
 /* Hide the gutter in case of
  *  - nested output areas (e.g. in the case of output widgets)
  *  - mirrored output areas

+ 0 - 2
src/outputarea/widget.ts

@@ -596,8 +596,6 @@ namespace OutputAreaWidget {
           }
           this.node.replaceChild(rendered, input);
         }
-        // Suppress keydown events from leaving the input.
-        event.stopPropagation();
       }
     }