• Resolved uekcu3

    (@uekcu3)


    Hi there @apogi @doekenorg

    Nice plugin but I just wanted to note that reloading the last saved state is no longer working due to chrome deprecating DOMSubtreeModified: https://developer.chrome.com/blog/mutation-events-deprecation

    It would be amazing if an update to this was possible!

    Cheers,

            $list.on('DOMSubtreeModified', function () {
    if (!updating) {
    // Prevent endless loop. If we aren't updating don't trigger this event.
    return;
    }

    // If the list is empty, we wait for it to fill up.
    if ($list.find('li').length > 0) {
    updating = false;
    setListOrder($export_form.val(), $list);
    }
    });
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Apogi

    (@apogi)

    Hi @uekcu3 ,

    Thank you for letting me know! I’ll get on it ASAP. Currently on holiday, but I’ll do my best.

    kind regards.

    Plugin Author Apogi

    (@apogi)

    @uekcu3 I have just release 1.1.1 with a fix for this deprecation. Could you let me know if this fixes your issues?

    Kind regards, Doeke

    Edit: Could I trouble you to leave a star-rating for this plugin? Thanks in either case.

    • This reply was modified 3 months, 1 week ago by Apogi. Reason: Asking for star-rating
    Thread Starter uekcu3

    (@uekcu3)

    That works well thank you for such fast support @apogi !

    Have left a review, cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.