mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 363965 - Fix regression in text selection
r=samuel@sieb.net (Samuel Sieb) ChatZilla Only.
This commit is contained in:
parent
647c4432cc
commit
de54848011
@ -202,14 +202,14 @@ function onMessageViewMouseDown(e)
|
||||
if ((typeof startScrolling != "function") ||
|
||||
((e.which != 1) && (e.which != 2)))
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
var cx = getMessagesContext(null, e.target);
|
||||
var command = getEventCommand(e);
|
||||
if (!client.commandManager.isCommandSatisfied(cx, command))
|
||||
startScrolling(e);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
function getEventCommand(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user