mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Fix cursor getting back to the top on action
This commit is contained in:
parent
691d9b7a5c
commit
b00acc32f0
@ -351,8 +351,8 @@ export default abstract class AbstractSettingsUiUiHandler extends UiHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set the cursor and scroll cursor to their initial positions.
|
// Set the cursor and scroll cursor to their initial positions.
|
||||||
this.setCursor(0);
|
this.setCursor(this.cursor);
|
||||||
this.setScrollCursor(0);
|
this.setScrollCursor(this.scrollCursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user