🚸 增加面板锁定功能, 防止设置为失焦关闭面板时 无法拖动项目至面板问题

This commit is contained in:
liufei
2022-05-25 15:57:29 +08:00
parent 39607bdcb5
commit 5d51b0dbe9
3 changed files with 33 additions and 4 deletions

View File

@@ -14,6 +14,12 @@
public static bool MARGIN_HIDE_AND_OTHER_SHOW = false;
/// <summary>
/// 是否锁定主面板 锁定后 不执行隐藏动作
/// </summary>
public static bool LOCK_APP_PANEL = false;
}