Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

remove spellcheck #12

Merged
merged 1 commit into from
Sep 21, 2023
Merged

remove spellcheck #12

merged 1 commit into from
Sep 21, 2023

Conversation

jsfez
Copy link
Contributor

@jsfez jsfez commented Sep 21, 2023

No description provided.

@argos-ci
Copy link

argos-ci bot commented Sep 21, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 3 changes Sep 21, 2023, 9:04 PM

src/index.ts Outdated
@@ -42,6 +42,13 @@ function waitForImagesLoading() {
return allImages.every((img) => img.complete);
}

// Disable spellcheck on all inputs to avoid red underlines
async function disableSpellCheck() {
const inputs = document.querySelectorAll("input");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot "textarea".

src/index.ts Outdated Show resolved Hide resolved
@gregberge gregberge changed the title wait for detached aria busy remove spellcheck Sep 21, 2023
@gregberge gregberge merged commit c09e518 into main Sep 21, 2023
2 checks passed
@gregberge gregberge deleted the wait-for-detached-aria-busy branch September 21, 2023 21:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants