Updater UI tweaks, Markdown tweaks, bump lib

This commit is contained in:
AAGaming
2022-09-18 14:53:36 -04:00
parent c774451ff4
commit 0f06bc1ef0
4 changed files with 51 additions and 41 deletions
-1
View File
@@ -15,7 +15,6 @@ const Markdown: FunctionComponent<MarkdownProps> = (props) => {
components={{
div: (nodeProps) => <Focusable {...nodeProps.node.properties}>{nodeProps.children}</Focusable>,
a: (nodeProps) => {
console.log(nodeProps.node, nodeProps);
const aRef = useRef<HTMLAnchorElement>(null);
return (
// TODO fix focus ring