diff --git a/www/pad/inner.js b/www/pad/inner.js index 393cf2fa1..8717f3eb3 100644 --- a/www/pad/inner.js +++ b/www/pad/inner.js @@ -210,6 +210,8 @@ define([ return true; } + cursor.update(); + // no use trying to recover the cursor if it doesn't exist if (!cursor.exists()) { return; }