input: fix minor issue with holding focus

This commit is contained in:
vaxerski
2023-04-02 13:42:57 +01:00
parent 0fc145c52c
commit b1426cad28
2 changed files with 3 additions and 2 deletions

View File

@@ -2164,7 +2164,7 @@ SLayerSurface* CCompositor::getLayerSurfaceFromSurface(wlr_surface* pSurface) {
return;
}
};
if (!ls->layerSurface || !ls->mapped)
continue;