Skip to content

Commit

Permalink
Added comments for layout
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jun 19, 2019
1 parent f3de1c7 commit f75896d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/settingeditor/src/plugineditor.ts
Expand Up @@ -44,6 +44,11 @@ export class PluginEditor extends Widget {
this.addClass(PLUGIN_EDITOR_CLASS);

const { commands, editorFactory, registry, rendermime } = options;

// TODO: Remove this layout. We were using this before when we
// when we had a way to switch between the raw and table editor
// Now, the raw editor is the only child and probably could merged into
// this class directly in the future.
const layout = (this.layout = new StackedLayout());
const { onSaveError } = Private;

Expand Down

0 comments on commit f75896d

Please sign in to comment.