dasch-swiss / beol

Bernoulli-Euler OnLine
https://beol.dasch.swiss
GNU Affero General Public License v3.0
0 stars 1 forks source link

Fix scroll in search results #32

Closed kilchenmann closed 6 years ago

kilchenmann commented 6 years ago

resolves #20

tobiasschweizer commented 6 years ago

looks great, thx

tobiasschweizer commented 6 years ago

it actually happened on develop:

bildschirmfoto 2018-10-24 um 09 41 05

since the scroll event triggered immediately, two searches were done at the same time, and the one with offset 1 was handled before the one with offset 0.

kilchenmann commented 6 years ago

? This should be fixed with this PR?

tobiasschweizer commented 6 years ago

This should be fixed with this PR?

Yes, it will :-)

kilchenmann commented 6 years ago

Then I will merge it... ;)