1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 19:18:01 +02:00

Added @Script: support to breakpoints

This commit is contained in:
Brian Fiete 2024-08-25 09:30:49 -04:00
parent 2d8bf1b11b
commit 2a2913f857
4 changed files with 83 additions and 18 deletions

View file

@ -2859,7 +2859,7 @@ namespace IDE.ui
base.UpdateAll();
if (mWantRemoveSelf)
mParentItem.RemoveChildItem(this);
mParentItem?.RemoveChildItem(this);
if (mColumnIdx == 0)
{