tweaked delete popup

This commit is contained in:
Danny Coates 2018-01-09 11:20:36 -08:00
parent 9811a9a3e1
commit 096489d486
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 3 additions and 0 deletions

View file

@ -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) {