Skip to content

Commit 9fc266e

Browse files
committed
fix: bring back the pin
1 parent d5000fd commit 9fc266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contents/pin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const config: PlasmoCSConfig = {
2727
}
2828

2929
export const getInlineAnchorList: PlasmoGetInlineAnchorList = async () =>
30-
document.querySelectorAll("div > .pt-0\\.5")
30+
document.querySelectorAll("div > .pt-0")
3131

3232
export const render: PlasmoRender<Element> = async ({
3333
anchor, // the observed anchor, OR document.body.

0 commit comments

Comments
 (0)