We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5000fd commit 9fc266eCopy full SHA for 9fc266e
src/contents/pin.tsx
@@ -27,7 +27,7 @@ export const config: PlasmoCSConfig = {
27
}
28
29
export const getInlineAnchorList: PlasmoGetInlineAnchorList = async () =>
30
- document.querySelectorAll("div > .pt-0\\.5")
+ document.querySelectorAll("div > .pt-0")
31
32
export const render: PlasmoRender<Element> = async ({
33
anchor, // the observed anchor, OR document.body.
0 commit comments