Skip to content

Commit 901431e

Browse files
authored
Increase lookahead value from 8 to 16
Fix #565, was missing in #500
1 parent 4b1aef3 commit 901431e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

media/editor/dataInspector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const DataInspectorAside: React.FC<{ onInspecting?(isInspecting: boolean)
7878
);
7979
};
8080

81-
const lookahead = 8;
81+
const lookahead = 16;
8282

8383
/** Inner contents of the data inspector, reused between the hover and aside inspector views. */
8484
const InspectorContents: React.FC<{

0 commit comments

Comments
 (0)