Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 821787a

Browse files
author
Arthur
committed
Merge pull request ArthurHub#18 from ArthurHub/v1.5
V1.5
2 parents e9f18aa + 2d9129b commit 821787a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/HtmlRenderer/Core/HtmlContainerInt.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ public void SetHtml(string htmlSource, CssData baseCssData = null)
443443
/// </summary>
444444
public void Clear()
445445
{
446+
_hoverBoxes.Clear();
447+
446448
if (_root != null)
447449
{
448450
_root.Dispose();

0 commit comments

Comments
 (0)