File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased]
8+
9+ ## Unreleased
910
1011### Fixed
1112
1213- Fixed ` VERTICAL_BREAKPOINTS ` doesn't work https://github.com/Textualize/textual/pull/5785
14+ - Fixed ` Button ` allowing text selection https://github.com/Textualize/textual/pull/5770
1315
1416## [ 3.2.0] - 2025-05-02
1517
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ class Button(Widget, can_focus=True):
4444
4545 """
4646
47+ ALLOW_SELECT = False
48+
4749 DEFAULT_CSS = """
4850 Button {
4951 width: auto;
You can’t perform that action at this time.
0 commit comments