mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Finished majority of mouse work. Need to add a setting and change up mouse handlers, and it'll be done.
This commit is contained in:
parent
efd3247ce4
commit
a279f83cd6
1 changed files with 0 additions and 1 deletions
|
@ -664,7 +664,6 @@ impl Terminal {
|
|||
|
||||
pub fn left_click(&mut self, e: &MouseButtonEvent, origin: Vector2F) {
|
||||
let position = e.position.sub(origin);
|
||||
//TODO: Alt-click cursor position
|
||||
|
||||
if !self.mouse_mode(e.shift) {
|
||||
let point = mouse_point(position, self.cur_size, self.last_offset);
|
||||
|
|
Loading…
Reference in a new issue