1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 15:55:47 +01:00

now really fixed the MOW

This commit is contained in:
Martin Stubenschrott
2008-03-01 01:42:53 +00:00
parent d7364fbe72
commit 019e927781

View File

@@ -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')