]> git.gir.st - VimFx.git/commit
fix 'modifiers is null' TypeError
authorgirst <girst@users.noreply.github.com>
Sun, 1 Dec 2019 20:23:28 +0000 (21:23 +0100)
committergirst <girst@users.noreply.github.com>
Thu, 5 Dec 2019 20:19:22 +0000 (21:19 +0100)
commit71a6d3c092d8b86bf868e4ebce0ec73d6df8957f
tree9ea65c181dc771e12bd39944e525f57f929d9a48
parentb204c03f7eb3bcc36213eb68b920829a018001e1
fix 'modifiers is null' TypeError

element.getAttribute() might return null, while
xulElement.getAttribute() returns the empty string. the latter is
expected by the implementation. Since fx71, the main window is now an
HTMLDocument instead of a XULDocument, causing the breakage.

See also: commitmsg of 1791f889
extension/lib/events.coffee
Imprint / Impressum