We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b92ea commit 17d7ae0Copy full SHA for 17d7ae0
entrypoints/injected/index.tsx
@@ -16,7 +16,7 @@ export default defineUnlistedScript(() => {
16
(!!(window as any).figma && getCanvas() != null && getObjectsPanel() != null) ||
17
document.querySelector('tempad')?.querySelector('header') != null,
18
)
19
- await waitFor(() => sleep(1000))
+ await waitFor(() => sleep(50))
20
21
window.fubukicss_figma = (window as any).figma || (mockFigma as any)
22
0 commit comments