Focus state removed

This commit is contained in:
James Ritchie
2022-03-18 14:50:18 +00:00
parent c671db2e6a
commit 01fdba1788
+1 -2
View File
@@ -83,7 +83,7 @@ export function JsonTreeView() {
}}
>
<div
className="w-full relative"
className="relative w-full outline-none"
style={{ height: `${tree.totalSize}px` }}
{...tree.getTreeProps()}
ref={treeRef}
@@ -119,7 +119,6 @@ function TreeViewNode({
return (
<div
style={{
outline: "none",
position: "absolute",
top: 0,
left: 0,