Pull latest commits from dev on Github repo #71

Closed
mplorentz wants to merge 20 commits from andotherstuff-dev into dev
Showing only changes of commit bc84444a99 - 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()
}
}