Merge commit '60789230be4092f2fbd2b2245949603d7d5513b8'

This commit is contained in:
2024-05-31 20:54:46 -05:00
372 changed files with 61181 additions and 26804 deletions

View File

@ -111,6 +111,10 @@ class SelectionTracker {
allowStart);
}
constexpr void reset() noexcept {
m_selectionOngoing = {};
}
constexpr void finishSelection() noexcept {
m_selectionOngoing = {};
}