Skip to content

Commit d642585

Browse files
committed
feat: remove fake touch click from primary event handling
1 parent db49392 commit d642585

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/server/Server.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,6 @@ void Server::handleTouchActivatedPrimaryEvent(const Event &event, void *)
13831383
switchScreen(m_primaryClient, x, y, false);
13841384

13851385
m_primaryClient->activateWindowAt(x, y);
1386-
m_primaryClient->fakeTouchClick(x, y);
13871386

13881387
m_touchSwitchCooldown.reset();
13891388
LOG((CLOG_DEBUG1 "touch switch cooldown started"));

0 commit comments

Comments
 (0)