Performance improvement - set IsFixed="true" on ModuleState CascadingValues so that Blazor will not monitor them for changes
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
@namespace Oqtane.Modules.Controls
|
||||
@inherits ModuleControlBase
|
||||
|
||||
<CascadingValue Value="this">
|
||||
<CascadingValue Value="this" IsFixed="true">
|
||||
<div class="container-fluid">
|
||||
<div class="form-group">
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
|
Reference in New Issue
Block a user