mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 03:45:46 +01:00
now really fixed the MOW
This commit is contained in:
@@ -1095,6 +1095,8 @@ vimperator.Events = function () //{{{
|
||||
(vimperator.modes.extended & vimperator.modes.OUTPUT_MULTILINE))
|
||||
{
|
||||
vimperator.commandline.onMultilineOutputEvent(event);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -1124,7 +1126,6 @@ vimperator.Events = function () //{{{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// // FIXME: handle middle click in content area {{{
|
||||
// // alert(event.target.id);
|
||||
// if (/*event.type == 'mousedown' && */event.button == 1 && event.target.id == 'content')
|
||||
|
||||
Reference in New Issue
Block a user