mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed line paste in normal text boxes
This commit is contained in:
parent
8c2352517c
commit
ada1aceef1
1 changed files with 1 additions and 1 deletions
|
@ -2043,7 +2043,7 @@ namespace Beefy.widgets
|
|||
|
||||
public void PasteText(String text, String extra)
|
||||
{
|
||||
if (extra == "line")
|
||||
if ((extra == "line") && (mAllowVirtualCursor))
|
||||
{
|
||||
UndoBatchStart undoBatchStart = new UndoBatchStart("paste");
|
||||
mData.mUndoManager.Add(undoBatchStart);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue