minor
This commit is contained in:
parent
32c1ca9129
commit
379b2d9bf7
@ -145,7 +145,7 @@ export default function Bar(gt, task) {
|
|||||||
|
|
||||||
if (!self.details_box) {
|
if (!self.details_box) {
|
||||||
self.details_box = gt.canvas.group()
|
self.details_box = gt.canvas.group()
|
||||||
.addClass('details-wrapper')
|
.addClass('details-wrapper hide')
|
||||||
.attr('data-task', self.task.id)
|
.attr('data-task', self.task.id)
|
||||||
.appendTo(popover_group);
|
.appendTo(popover_group);
|
||||||
gt.canvas.rect(0, 0, 0, 110, 2, 2)
|
gt.canvas.rect(0, 0, 0, 110, 2, 2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user