Add aria-controls to extra-buttons trigger

This commit is contained in:
tusooa 2023-11-12 15:13:28 -05:00
commit 82063f34b2
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
6 changed files with 23 additions and 5 deletions

View file

@ -0,0 +1,3 @@
const genRandomSeed = () => `${Math.random()}`.replace('.', '-')
export default genRandomSeed