Fix #3885: only re-render the component when message changed.

This commit is contained in:
Ben
2024-05-18 21:55:37 +08:00
parent 4b1f23a189
commit 2b32f316ee
3 changed files with 37 additions and 43 deletions

View File

@ -278,7 +278,6 @@ namespace Oqtane.Modules
public void AddModuleMessage(string message, MessageType type, string position)
{
ClearModuleMessage();
RenderModeBoundary.AddModuleMessage(message, type, position);
}