mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'soon' into staging
This commit is contained in:
commit
1d366730fd
@ -732,7 +732,7 @@ define([
|
||||
// Get scroll position
|
||||
var sTop = $iframe.scrollTop();
|
||||
var sTopMax = $iframe.innerHeight() - $('iframe').innerHeight();
|
||||
var scrollMax = sTop === sTopMax;
|
||||
var scrollMax = Math.abs(sTop - sTopMax) < 1;
|
||||
|
||||
// Apply the changes
|
||||
var patch = (DD).diff(inner, userDocStateDom);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user