You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, the last loaded mark cannot be edited.
Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at unmark.show_mark_info (unmark.loggedin.js?v=2020.3:163)
at HTMLAnchorElement.<anonymous> (unmark.loggedin.js?v=2020.3:364)
at HTMLDocument.dispatch (jquery-2.1.0.min.js:3)
at HTMLDocument.y.handle (jquery-2.1.0.min.js:3)
function(k) {
var p = 0;
unmark.show_mark_info = function(a) {
var e, n = a.data("mark"), t = k("#" + n).html(), r = jQuery.parseJSON(t), s = n.replace("mark-data-", ""), o = k("#mark-" + s).find(".note-placeholder").text(), l = (a.data("nofade"),
null != r.mark_title ? r.mark_title : r.title);
r.mark_title = l;
var u = ""
, d = Object.keys(r.tags).length <---------
It looks like you might have found a bug with the infinite scroll page loading. It appears to be working on mobile, but not on Desktop. I'm going to see if I can verify this.
I dug into this a little, I am wondering if this only happens at certain viewport sizes. Unmark does some antiquated things with how it loads more marks... I think it'd be good to perhaps have this completely redone in the future. But for now, if someone has exactly 32 marks and a certain viewport size, it may just have to continue to have this bug. Unfortunately.
Version: 2020.3
Step to reproduce:
Add 31 marks
Go back to the top and refresh the page
Back to the bottom, the last mark disappeared
Add another mark (Total: 32)
The previous mark is disappeared
In addition, the last loaded mark cannot be edited.
Loaded marks:
The text was updated successfully, but these errors were encountered: