Merge branch 'main' into update-items

This commit is contained in:
MihailRis
2025-02-14 18:49:43 +03:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -293,6 +293,7 @@ bool TextBox::eraseSelected() {
}
erase(selectionStart, selectionEnd-selectionStart);
resetSelection();
onInput();
return true;
}