Skip to content

Commit

Permalink
links: fix link indicator on stickies (tldraw#4708)
Browse files Browse the repository at this point in the history
you couldn't see the external link UI on stickies, not sure when this
regresed

<img width="354" alt="Screenshot 2024-10-11 at 09 53 24"
src="https://github.com/user-attachments/assets/a4ed3ca8-506c-4fc3-8c88-ee316fedf0d0">


### Change type

- [x] `bugfix`
- [ ] `improvement`
- [ ] `feature`
- [ ] `api`
- [ ] `other`

### Release notes

- Fix link indicator in sticky notes.
  • Loading branch information
mimecuvalo authored Oct 12, 2024
1 parent 70c551b commit 1f17521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,7 @@ input,
border: none;
outline: none;
pointer-events: all;
z-index: 1;
}

.tl-hyperlink-button::after {
Expand Down

0 comments on commit 1f17521

Please sign in to comment.