Skip to content

Commit 110e26f

Browse files
committed
fix(redbooth): Add button on right panel task drawer
1 parent b7254b1 commit 110e26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/redbooth.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Right side panel
44
togglbutton.render(
5-
'.js-right-pane .tb-element-big:not(.toggl)',
5+
'.l-panes-content--full-expanded .tb-element-big:not(.toggl)',
66
{ observe: true },
77
function (elem) {
88
const container = $('.tb-element-title', elem);

0 commit comments

Comments
 (0)