mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-11 12:43:00 +00:00
tweaked delete popup
This commit is contained in:
@@ -110,6 +110,7 @@ module.exports = function(state, emit) {
|
||||
function showPopup() {
|
||||
const popupText = document.querySelector('.popuptext');
|
||||
popupText.classList.add('show');
|
||||
popupText.focus();
|
||||
}
|
||||
|
||||
function cancel(e) {
|
||||
|
||||
Reference in New Issue
Block a user