Skip to content

Commit

Permalink
Fix bug where status tracker was the target of pointer events (#8261)
Browse files Browse the repository at this point in the history
* Fix

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
freddyaboulton and gradio-pr-bot committed May 13, 2024
1 parent a9e1a8a commit 719d596
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/tidy-groups-lose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---

fix:Fix bug where status tracker was the target of pointer events
1 change: 1 addition & 0 deletions js/statustracker/static/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
border: 2px solid var(--color-accent);
background: transparent;
z-index: var(--layer-1);
pointer-events: none;
}
.translucent {
Expand Down

0 comments on commit 719d596

Please sign in to comment.