fixed panic on pasting into non updating input
This commit is contained in:
parent
731e6752eb
commit
b632dce0da
@ -451,7 +451,7 @@ where
|
||||
}
|
||||
|
||||
self.value.insert_many(
|
||||
self.state.cursor.end(),
|
||||
self.state.cursor.end().min(self.value.len()),
|
||||
content.clone(),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user