lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 965b86b9 authored by Oleg Korshul's avatar Oleg Korshul

refresh overlay on notes vertical scroll

parent e762bada
...@@ -5785,6 +5785,10 @@ function CNotesDrawer(page) ...@@ -5785,6 +5785,10 @@ function CNotesDrawer(page)
oThis.Scroll = (oThis.ScrollMax * evt.scrollD / Math.max(evt.maxScrollY, 1)) >> 0; oThis.Scroll = (oThis.ScrollMax * evt.scrollD / Math.max(evt.maxScrollY, 1)) >> 0;
oThis.HtmlPage.m_bIsUpdateTargetNoAttack = true; oThis.HtmlPage.m_bIsUpdateTargetNoAttack = true;
oThis.IsRepaint = true; oThis.IsRepaint = true;
oThis.HtmlPage.StartUpdateOverlay();
oThis.HtmlPage.OnUpdateOverlay();
oThis.HtmlPage.EndUpdateOverlay();
}); });
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment