Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: app/javascript/packs/public.js Changes made to app/javascript/packs/publics.js were applied to app/javascript/core/settings.js
This commit is contained in:
@@ -56,7 +56,7 @@ delegate(document, '.input-copy input', 'click', ({ target }) => {
|
||||
});
|
||||
|
||||
delegate(document, '.input-copy button', 'click', ({ target }) => {
|
||||
const input = target.parentNode.querySelector('input');
|
||||
const input = target.parentNode.querySelector('.input-copy__wrapper input');
|
||||
|
||||
input.focus();
|
||||
input.select();
|
||||
|
Reference in New Issue
Block a user