We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f44244 commit a321e25Copy full SHA for a321e25
src/content/notion.js
@@ -94,7 +94,7 @@ togglbutton.render(
94
{ observe: true },
95
function (elem) {
96
function getDescription () {
97
- const descriptionElem = elem.querySelector('div[contenteditable="true"]');
+ const descriptionElem = elem.querySelector('div[contenteditable]');
98
return descriptionElem ? descriptionElem.textContent.trim() : '';
99
}
100
if(!window.location.hostname.includes('calendar.notion.so')) return;
0 commit comments