MCPcopy Create free account
hub / github.com/apitable/apitable / checked2View

Function checked2View

packages/components/src/components/select/select.tsx:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 };
185
186 const checked2View = () => {
187 setTimeout(() => {
188 const selectedItemElement = listContainer.current?.querySelector('.isChecked');
189 selectedItemElement?.scrollIntoView({ block: 'nearest' });
190 }, 20);
191 };
192
193 const triggerClick = () => {
194 if (disabled) {

Callers 1

triggerClickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected