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 4b1aef3 commit 901431eCopy full SHA for 901431e
1 file changed
media/editor/dataInspector.tsx
@@ -78,7 +78,7 @@ export const DataInspectorAside: React.FC<{ onInspecting?(isInspecting: boolean)
78
);
79
};
80
81
-const lookahead = 8;
+const lookahead = 16;
82
83
/** Inner contents of the data inspector, reused between the hover and aside inspector views. */
84
const InspectorContents: React.FC<{
0 commit comments