You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Tooltip: Remove extra data attribute (#12483)
* Update `@vector-im/compound-web` * Update snapshots * Update jest snapshotss * Update snapshots
This commit is contained in:
@ -41,7 +41,6 @@ exports[`DevtoolsDialog renders the devtools dialog 1`] = `
|
||||
<div
|
||||
aria-label="Copy"
|
||||
class="mx_AccessibleButton mx_CopyableText_copyButton"
|
||||
data-state="closed"
|
||||
role="button"
|
||||
tabindex="0"
|
||||
/>
|
||||
|
@ -57,7 +57,6 @@ exports[`<ServerPickerDialog /> should render dialog 1`] = `
|
||||
>
|
||||
<span
|
||||
class="mx_Login_underlinedServerName"
|
||||
data-state="closed"
|
||||
tabindex="0"
|
||||
>
|
||||
matrix.org
|
||||
|
Reference in New Issue
Block a user