mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 14:05: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.modes.extended & vimperator.modes.OUTPUT_MULTILINE))
|
||||||
{
|
{
|
||||||
vimperator.commandline.onMultilineOutputEvent(event);
|
vimperator.commandline.onMultilineOutputEvent(event);
|
||||||
|
event.preventDefault();
|
||||||
|
event.stopPropagation();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1124,7 +1126,6 @@ vimperator.Events = function () //{{{
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// // FIXME: handle middle click in content area {{{
|
// // FIXME: handle middle click in content area {{{
|
||||||
// // alert(event.target.id);
|
// // alert(event.target.id);
|
||||||
// if (/*event.type == 'mousedown' && */event.button == 1 && event.target.id == 'content')
|
// if (/*event.type == 'mousedown' && */event.button == 1 && event.target.id == 'content')
|
||||||
|
|||||||
Reference in New Issue
Block a user