chore: remove duplicate word in comment (#59683)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20) (push) Has been cancelled
CI - Node.js / Lint (20) (push) Has been cancelled
CI - Node.js / Build (20) (push) Has been cancelled
CI - Node.js / Test (20) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled

This commit is contained in:
riyueguang 2025-04-12 17:07:19 +08:00 committed by GitHub
parent c87ae5a8ba
commit cd50a5564b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -381,7 +381,7 @@ const waitForFrame = (frameContext: Context) => {
}, 10000);
// We have to add the listener to the frame, not its contentWindow, because
// the the latter does not receive the load event in Safari. It does not
// the latter does not receive the load event in Safari. It does not
// matter which we use for Chrome and Firefox.
frameContext.element?.addEventListener('load', () => {
clearTimeout(rejectId);