mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 20:27:58 +01:00
Add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c].
This commit is contained in:
@@ -463,7 +463,7 @@ const util = { //{{{
|
||||
[XHTML, 'html'],
|
||||
[XUL, 'xul']
|
||||
]);
|
||||
if (object instanceof Node && !(object instanceof Document))
|
||||
if (object instanceof Element)
|
||||
{
|
||||
let elem = object;
|
||||
if (elem.nodeType == elem.TEXT_NODE)
|
||||
|
||||
Reference in New Issue
Block a user