We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7184a commit 046a937Copy full SHA for 046a937
1 file changed
src/components/BootstrapBlazor.UniverSheet/Components/UniverSheet.razor.cs
@@ -48,6 +48,16 @@ public partial class UniverSheet
48
49
private UniverSheetData? _lastData;
50
51
+ /// <summary>
52
+ /// <inheritdoc/>
53
+ /// </summary>
54
+ protected override void OnInitialized()
55
+ {
56
+ base.OnInitialized();
57
+
58
+ _lastData = Data;
59
+ }
60
61
/// <summary>
62
/// <inheritdoc/>
63
/// </summary>
0 commit comments