Clean Popup (#205)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-09-22 14:15:09 +03:00 committed by GitHub
parent 74a9366688
commit fa946f526e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,6 @@ $: {
modalHTML.style.left = rect.left + 'px'
modalHTML.style.right = ''
}
console.log('STYLE', modalHTML.style)
console.log('RECT', rect)
console.log('RECTpopup', rectPopup)
} else if (element === 'right') {
modalHTML.style.top = '0'
modalHTML.style.bottom = '0'