Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a224538 commit 39a89d6Copy full SHA for 39a89d6
src/bevyframe/Widgets/Templates/Texts.py
@@ -24,7 +24,7 @@
24
'a',
25
innertext=innertext,
26
href=url,
27
- selector='link',
+ selector=f'link {kwargs['selector'] if 'selector' in kwargs else ""}',
28
**({'target': '_blank'} if external else {}),
29
**kwargs
30
)
0 commit comments