mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:27:58 +01:00
move the global isFormElemFocused() to Events
This commit is contained in:
@@ -536,7 +536,7 @@ function CommandLine() //{{{
|
||||
this.onMultilineInputEvent = function(event)
|
||||
{
|
||||
// for now we just receive keypress events
|
||||
|
||||
|
||||
var key = event.toString();
|
||||
if (key == "<Return>" || key == "<C-j>" || key == "<C-m>")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user