Skip to content

option method 实际上不能取值false #31

@yanxyz

Description

@yanxyz
method = options.method || 'blur'

这样实际上不能取值false。修改如下:

method = options.method === false ? false : options.method || 'blur'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions