mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
Added @Script: support to breakpoints
This commit is contained in:
parent
2d8bf1b11b
commit
2a2913f857
4 changed files with 83 additions and 18 deletions
|
@ -2859,7 +2859,7 @@ namespace IDE.ui
|
|||
|
||||
base.UpdateAll();
|
||||
if (mWantRemoveSelf)
|
||||
mParentItem.RemoveChildItem(this);
|
||||
mParentItem?.RemoveChildItem(this);
|
||||
|
||||
if (mColumnIdx == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue