mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
Fix: mAllowVirtualCursor
check in PasteText()
This commit is contained in:
parent
8ba66f664b
commit
85dcba200f
1 changed files with 1 additions and 1 deletions
|
@ -2557,7 +2557,7 @@ namespace Beefy.widgets
|
||||||
|
|
||||||
void PasteFragment(String cursorText, StringView cursorExtra)
|
void PasteFragment(String cursorText, StringView cursorExtra)
|
||||||
{
|
{
|
||||||
if ((cursorExtra.Length == 0) || (HasSelection()))
|
if ((cursorExtra.Length == 0) || (HasSelection()) || (!mAllowVirtualCursor))
|
||||||
{
|
{
|
||||||
PasteText(cursorText);
|
PasteText(cursorText);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue