We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0542b commit acca62bCopy full SHA for acca62b
src/content/linear.js
@@ -8,7 +8,7 @@
8
9
// Add linear integration in table view only
10
togglbutton.render(
11
- 'a[data-dnd-dragging]:not(.toggl)',
+ 'a[data-list-key]:not(.toggl)',
12
{ observe: true },
13
function (elem) {
14
const idElem = elem.querySelector('span[data-column-id="issueId"]')
0 commit comments