[src:style] remove old comments

This commit is contained in:
Maddison Hellstrom 2021-02-06 07:19:50 -08:00
parent b6bc81314c
commit 79efe429d3
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ actions.getURLPath = ({ count = 0, domain = false } = {}) => {
}
actions.copyURLPath = ({ count, domain } = {}) => () =>
Clipboard.write(actions.getURLPath({ count, domain })) // TODO: use navigator.clipboard
Clipboard.write(actions.getURLPath({ count, domain }))
actions.copyOrgLink = () =>
Clipboard.write(`[[${util.getCurrentLocation("href")}][${document.title}]]`) // TODO: use navigator.clipboard
Clipboard.write(`[[${util.getCurrentLocation("href")}][${document.title}]]`)
actions.copyMarkdownLink = () =>
Clipboard.write(