Run formatter and fix lint issue.

This commit is contained in:
jacob314
2025-07-15 16:01:06 -07:00
parent 8685a24944
commit 27c3a27f45

View File

@@ -8,7 +8,7 @@ import React, { Fragment, useEffect, useId } from 'react';
import { Box, Text } from 'ink';
import stringWidth from 'string-width';
import { Colors } from '../../colors.js';
import { toCodePoints, cpSlice } from '../../utils/textUtils.js';
import { toCodePoints } from '../../utils/textUtils.js';
import { useOverflowActions } from '../../contexts/OverflowContext.js';
let enableDebugLog = false;