Merge pull request #21985 from yu-kkurii/fix-link-clipboard-copy
Fix Link clipboard copy
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed bug in Link where it was possible to select and copy a hidden element into clipboard
|
||||
@@ -42,6 +42,7 @@ const useStyles = makeStyles(
|
||||
clipPath: 'inset(50%)',
|
||||
overflow: 'hidden',
|
||||
position: 'absolute',
|
||||
userSelect: 'none',
|
||||
whiteSpace: 'nowrap',
|
||||
height: 1,
|
||||
width: 1,
|
||||
|
||||
Reference in New Issue
Block a user