mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
status-bar: allow selection version
This is useful for copy/pasting version for support. Fixes: https://github.com/pybricks/support/issues/1083
This commit is contained in:
committed by
David Lechner
parent
fc89c7b329
commit
df84e41061
@@ -79,7 +79,7 @@ const HubInfoButton: React.FunctionComponent = () => {
|
||||
<Popover2
|
||||
{...commonPopoverProps}
|
||||
content={
|
||||
<table className="no-wrap">
|
||||
<table className="no-wrap" style={{ userSelect: 'text' }}>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user