Sakibul Islam

Results 7 comments of Sakibul Islam

I am still facing that issue. Zipping pauses when I switch to another tab.

I am using an 8-digit number input, which resets in the middle of typing. Why isn't this PR merged yet?

### Try importing jQuery directly in your index.ts Install jQuery ```bash yarn add jquery ``` index.ts ```ts import $ from "jquery"; ```

> > ### Try importing jQuery directly in your index.ts > > Install jQuery > > ```shell > > yarn add jquery > > ``` > > > > >...

## Use Shadow DOM Shadow DOM encapsulates the modal's styles, preventing them from leaking out and being affected by the page's styles. This ensures that the modal's styling remains isolated....

Update the `@crxjs/vite-plugin` package to the latest release: ```bash yarn add -D @crxjs/vite-plugin@^2.0.0-beta.28 ``` It should fix the issue.