Skip to content

Commit 27c62d8

Browse files
committed
Docs: remove initial delay
1 parent cf563ac commit 27c62d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/components/AIPrompt/AIPrompt.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ const createComponent = ({ self, $, settings, state }) => ({
131131

132132
async runDemo() {
133133
const steps = settings.steps;
134-
await wait(1500);
135134
for (let i = 0; i < steps.length; i++) {
136135
if (self.isLive()) { break; }
137136
await self.runDemoStep(steps[i]);

0 commit comments

Comments
 (0)