Skip to content

Commit

Permalink
bottom sheet little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kaznacheev committed Aug 29, 2024
1 parent 4e3fb23 commit 66be150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GenOne.Blazor.BottomSheet/src/wwwroot/bottom-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@

const deltaY = this._currentDragPosition - position;

if (deltaY == 0) return;

if (this._checkContentPosition) {
if (deltaY == 0) return;

this._checkContentPosition = false;

Expand Down

0 comments on commit 66be150

Please sign in to comment.