mirror of https://github.com/lapce/lapce.git
don't handle mouse events
This commit is contained in:
parent
2324917a3a
commit
7b4331afac
|
@ -3853,7 +3853,6 @@ fn event(
|
|||
},
|
||||
Event::MouseUp(mouse_event) => {
|
||||
ctx.set_active(false);
|
||||
ctx.set_handled();
|
||||
}
|
||||
Event::MouseDown(mouse_event) => match &editor.content {
|
||||
EditorContent::None => {
|
||||
|
|
Loading…
Reference in New Issue