disable double/tripclick highlighting if mouse reporting is enabled

This commit is contained in:
Mitchell Hashimoto
2023-03-04 14:24:40 -08:00
parent d309007ec0
commit e882c21c04

View File

@ -1321,6 +1321,10 @@ pub fn mouseButtonCallback(
self.mouse.mods,
pos,
);
// If we're doing mouse reporting, we do not support any other
// selection or highlighting.
return;
}
// For left button clicks we always record some information for