Fix #3885: only re-render the component when message changed.
This commit is contained in:
@ -278,7 +278,6 @@ namespace Oqtane.Modules
|
||||
|
||||
public void AddModuleMessage(string message, MessageType type, string position)
|
||||
{
|
||||
ClearModuleMessage();
|
||||
RenderModeBoundary.AddModuleMessage(message, type, position);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user