remove old test of activation
This commit is contained in:
parent
248c61fe63
commit
f6dbb37a02
1 changed files with 0 additions and 1 deletions
|
|
@ -164,7 +164,6 @@ impl Dispatch<ext_workspace_handle_v1::ExtWorkspaceHandleV1, ()> for AppState {
|
|||
match event {
|
||||
ext_workspace_handle_v1::Event::Coordinates { coordinates } => {
|
||||
let id = proxy.id();
|
||||
proxy.activate();
|
||||
|
||||
if coordinates.len() >= 2 {
|
||||
let coords: (u8, u8) = (coordinates[0], coordinates[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue