mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
disable double/tripclick highlighting if mouse reporting is enabled
This commit is contained in:
@ -1321,6 +1321,10 @@ pub fn mouseButtonCallback(
|
|||||||
self.mouse.mods,
|
self.mouse.mods,
|
||||||
pos,
|
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
|
// For left button clicks we always record some information for
|
||||||
|
Reference in New Issue
Block a user