1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 09:45:46 +01:00

Fix pressing <Space> in content-editable windows. Closes issue #not-in-the-tracker-for-some-reason.

This commit is contained in:
Kris Maglione
2011-02-12 12:15:02 -05:00
parent e7529166df
commit 127ed4cfc2
5 changed files with 17 additions and 11 deletions

View File

@@ -574,6 +574,7 @@ var Styles = Module("Styles", {
}
},
{
bang: true,
completer: function (context, args) {
let compl = [];
let sheet = args["-group"].get(args["-name"]);