mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 23:07:58 +01:00
Fix :w bug.
This commit is contained in:
@@ -863,6 +863,7 @@ var Hints = Module("hints", {
|
||||
else if (option == "label") {
|
||||
if (elem.id) {
|
||||
let label = (elem.ownerDocument.dactylLabels || {})[elem.id];
|
||||
// Urgh.
|
||||
if (label)
|
||||
return [label.textContent.toLowerCase(), true];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user