fix AddModuleMessage not displaying messages in Interactive render mode

This commit is contained in:
sbwalker
2025-08-01 09:14:58 -04:00
parent 9ae12ff678
commit 02861b8e01

View File

@ -64,8 +64,6 @@
protected override void OnParametersSet()
{
_messageContent = "";
if (ShouldRender())
{
if (!string.IsNullOrEmpty(ModuleState.ModuleType))