Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Jan 28, 2017
1 parent 32c1ca9 commit 379b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function Bar(gt, task) {

if (!self.details_box) {
self.details_box = gt.canvas.group()
.addClass('details-wrapper')
.addClass('details-wrapper hide')
.attr('data-task', self.task.id)
.appendTo(popover_group);
gt.canvas.rect(0, 0, 0, 110, 2, 2)
Expand Down

0 comments on commit 379b2d9

Please sign in to comment.