tiles: Remove cursor style on Tile's title. (#673)

This commit is contained in:
Jason Lee 2025-02-28 16:57:01 +08:00 committed by GitHub
parent 7eaac7b171
commit 5cf11ffe1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -750,7 +750,6 @@ impl Tiles {
if !is_occluded(&drag_bar_bounds) {
h_flex()
.id("drag-bar")
.cursor_grab()
.absolute()
.w_full()
.h(DRAG_BAR_HEIGHT)