Skip to content

Commit 17d7ae0

Browse files
author
zouhang
committed
chore: update logic
1 parent 89b92ea commit 17d7ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoints/injected/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineUnlistedScript(() => {
1616
(!!(window as any).figma && getCanvas() != null && getObjectsPanel() != null) ||
1717
document.querySelector('tempad')?.querySelector('header') != null,
1818
)
19-
await waitFor(() => sleep(1000))
19+
await waitFor(() => sleep(50))
2020

2121
window.fubukicss_figma = (window as any).figma || (mockFigma as any)
2222

0 commit comments

Comments
 (0)