mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Added multi-line custom build command
This commit is contained in:
parent
c4544f67d3
commit
c6f1f358a9
8 changed files with 110 additions and 17 deletions
|
@ -2159,7 +2159,10 @@ namespace Beefy.widgets
|
|||
Redo();
|
||||
case .Return:
|
||||
if (mIsMultiline)
|
||||
{
|
||||
mEditWidget.Submit();
|
||||
return;
|
||||
}
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue