mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
don't disable copy while setting password. fixes #638
This commit is contained in:
@@ -43,10 +43,6 @@ module.exports = function(state, emit) {
|
|||||||
document
|
document
|
||||||
.querySelector('.setPassword')
|
.querySelector('.setPassword')
|
||||||
.classList.toggle('hidden', !boxChecked);
|
.classList.toggle('hidden', !boxChecked);
|
||||||
document
|
|
||||||
.getElementById('copy')
|
|
||||||
.classList.toggle('wait-password', boxChecked);
|
|
||||||
document.getElementById('copy-btn').disabled = boxChecked;
|
|
||||||
if (boxChecked) {
|
if (boxChecked) {
|
||||||
unlockInput.focus();
|
unlockInput.focus();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user