We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50635 commit 42e6af4Copy full SHA for 42e6af4
src/content/asana.js
@@ -56,6 +56,11 @@ togglbutton.render(
56
(element) => {
57
console.debug('DEBUG: Entering in SpreadsheetRow')
58
59
+ // Due to the way this UI is rendered, we must check for existence of old buttons manually.
60
+ if (element.parentNode.querySelector('.toggl-button')) {
61
+ return
62
+ }
63
+
64
const getDescription = () => {
65
return element.querySelector('textarea').textContent.trim()
66
}
0 commit comments