mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 00:56:31 +08:00
fix vote
fix filter dyn Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -917,7 +917,7 @@ class RichTextEditingController extends TextEditingController {
|
||||
}
|
||||
if (offset > range.start && offset < range.end) {
|
||||
if (e.isRich) {
|
||||
if (offset < value.selection.baseOffset) {
|
||||
if (offset < selection.baseOffset) {
|
||||
return newSelection.copyWith(
|
||||
baseOffset: range.start, extentOffset: range.start);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user