Skip to content

Commit

Permalink
splitting pane error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
panavrin committed Mar 7, 2017
1 parent cfd25ea commit 8761159
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/response/responseView.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ function ResponseView(isEnabled) {
item: this.element
});
this.sliderElement = $('<div />').addClass('codeon-slider-wrapper');
$("atom-pane-container").append(this.sliderElement);

//$("atom-pane-container").append(this.sliderElement);
// TODO this (livewriting slider) is disabled for now. BTW, adding to the atom-pane-container will have conflicts with splitting panes.
// TODO consider adding it as a sibling of atom-pane-container (or on the bottom panel)
this.app = angular.module('codeon_response', ['angularMoment', 'ngMaterial', ]);
this.app2 = angular.module('codeon_replay', ['angularMoment']);

Expand Down

0 comments on commit 8761159

Please sign in to comment.