Skip to content

Commit

Permalink
do not set zindex via JS
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jul 1, 2016
1 parent 8260d80 commit 9ec714f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,6 @@ export class SideBySideEditorControl implements ISideBySideEditorControl, IVerti
this.containers[position].removeClass('drag');
this.parent.removeClass('dragging');
this.containers[position].removeClass('dragging');
this.containers[position].style({ zIndex: 'auto' });
POSITIONS.forEach((p) => this.containers[p].removeClass('draggedunder'));
this.containers[Position.LEFT].style({ left: 0, right: 'auto' });
this.containers[Position.CENTER].style({ left: 'auto', right: 'auto', borderLeftWidth: '1px' });
Expand Down

0 comments on commit 9ec714f

Please sign in to comment.