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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased]
8
+
9
+ ## Unreleased
9
10
10
11
### Fixed
11
12
12
13
- 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
13
15
14
16
## [ 3.2.0] - 2025-05-02
15
17
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ class Button(Widget, can_focus=True):
44
44
45
45
"""
46
46
47
+ ALLOW_SELECT = False
48
+
47
49
DEFAULT_CSS = """
48
50
Button {
49
51
width: auto;
You can’t perform that action at this time.
0 commit comments