Make Placeholder non-focusable.

This commit is contained in:
Rodrigo Girão Serrão
2022-11-18 14:51:13 +00:00
parent 8d94e32afd
commit 21630e07fc

View File

@@ -38,7 +38,7 @@ class _PlaceholderLabel(Static):
pass
class Placeholder(Static, can_focus=True):
class Placeholder(Static):
"""A simple placeholder widget to use before you build your custom widgets.
This placeholder has a couple of variants that show different data.