[frontend] Update Note Text on parameter change (ISH-374)
This commit is contained in:
parent
c4763e9c67
commit
eb1c123c61
1 changed files with 8 additions and 0 deletions
|
@ -13,4 +13,12 @@
|
||||||
TextBody = await MfmRenderer.RenderString(Text);
|
TextBody = await MfmRenderer.RenderString(Text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override async Task OnParametersSetAsync()
|
||||||
|
{
|
||||||
|
if (Text != null)
|
||||||
|
{
|
||||||
|
TextBody = await MfmRenderer.RenderString(Text);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue