chore: bump toolchain & fix lint

This commit is contained in:
DarkSky
2026-05-24 06:47:17 +08:00
parent adfa51a372
commit 2aa56cbccd
39 changed files with 151 additions and 130 deletions
@@ -20,8 +20,10 @@ import { AffineShapeIcon } from '..';
import { SelectorLayout } from '../selector/selector-layout';
import * as styles from './select-page.css';
const EMPTY_INIT: string[] = [];
export const SelectPage = memo(function SelectPage({
init = [],
init = EMPTY_INIT,
onConfirm,
onCancel,
onChange: propsOnChange,