Skip to content

In some cases code don't exists in line 199 #7

@ChrisdeG

Description

@ChrisdeG

Seems the case in closing the page or other conditions. Can be fixed with

		var code = null;
		if (e.keyCode) code = e.keyCode;
		else if (e.which) code = e.which;
		if (code) {
			var character = String.fromCharCode(code).toLowerCase();

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