Skip to content

Resizable triggers jquery $(window) and $(document) on resize event #2319

@gadlol

Description

@gadlol

Hi.

When having for example:

$(window).on('resize', function(e){ 

//code here is executed every time resizable action

});

Same happens with $(document)

But does not happen if having this:

window.addEventListener("resize", (event) => {

//code here is not executed every time resizable action

});

or having this: document.addEventListener(...

Tested on latest version 1.14.1

Can you please confirm and propose a fix?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions