Commit a4a9461d authored by Oleg Korshul's avatar Oleg Korshul

context menu show/hide bug

parent e721f205
...@@ -505,8 +505,8 @@ ...@@ -505,8 +505,8 @@
CMobileDelegateEditor.prototype.ScrollEnd = function(_scroll) CMobileDelegateEditor.prototype.ScrollEnd = function(_scroll)
{ {
this.HtmlPage.NoneRepaintPages = (true === _scroll.isAnimating) ? true : false; this.HtmlPage.NoneRepaintPages = (true === _scroll.isAnimating) ? true : false;
_scroll.manager.OnScrollAnimationEnd();
this.HtmlPage.OnScroll(); this.HtmlPage.OnScroll();
_scroll.manager.OnScrollAnimationEnd();
}; };
CMobileDelegateEditor.prototype.GetSelectionRectsBounds = function() CMobileDelegateEditor.prototype.GetSelectionRectsBounds = function()
{ {
......
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