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:
commit
a02244f17c
7 changed files with 50 additions and 14 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue