修改了脚本执行的一些BUG。

This commit is contained in:
fengjiayi
2024-12-21 20:47:31 +08:00
parent 6e864a9ae4
commit 0f9c9b9988
19 changed files with 451 additions and 191 deletions

View File

@@ -41,7 +41,7 @@ namespace Serein.Workbench.Node.ViewModel
CommandLoadScript = new RelayCommand( o =>
{
NodeModel.LoadScript();
NodeModel.ReloadScript();
});
}