Implement permissive version of AddMarkup and use it for tips (#28204)

* Implement permissive version of ddMarkup
Use permissive ddMarkup for news article input
Use permissive ddMarkup for tips

* Fix doc comment format
This commit is contained in:
Julian Giebel
2024-05-22 16:23:55 +02:00
committed by GitHub
parent 687bf8caaa
commit 1fa493e1af
3 changed files with 20 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ public sealed class TippyUIController : UIController
sprite.LayerSetVisible("hiding", false);
}
sprite.Rotation = 0;
tippy.Label.SetMarkup(_currentMessage.Msg);
tippy.Label.SetMarkupPermissive(_currentMessage.Msg);
tippy.Label.Visible = false;
tippy.LabelPanel.Visible = false;
tippy.Visible = true;