Adopt wallet adapters for lightning #63

Closed
triesap wants to merge 23 commits from refactor/lightning-toolkit-replacement into dev
Showing only changes of commit 3446977df6 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@
if (popover) {
const {x, y, width, height} = popover.popper.getBoundingClientRect()
if (!between([x, x + width], clientX) || !between([y, y + height + 30], clientY)) {
if (!between([x, x + width], clientX) || !between([y - 50, y + height + 50], clientY)) {
popover.hide()
}
}