Skip to content

Commit fec0908

Browse files
committed
fix(linerapp): Add button for list items
1 parent 8b0542b commit fec0908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/linear.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Add linear integration in table view only
1010
togglbutton.render(
11-
'a[data-dnd-dragging]:not(.toggl)',
11+
'a[data-list-key]:not(.toggl)',
1212
{ observe: true },
1313
function (elem) {
1414
const idElem = elem.querySelector('span[data-column-id="issueId"]')

0 commit comments

Comments
 (0)