Skip to content

Commit

Permalink
Merge pull request #349 from DSD-DBS/fix-modal-focuser
Browse files Browse the repository at this point in the history
fix: Update the modal focuser to correctly handle multiple modals
  • Loading branch information
MoritzWeber0 authored Nov 4, 2024
2 parents 7160c8a + 871b302 commit d8c600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ for (const [id, win] of Object.entries(client.id_to_window).toReversed()) {\
if (client.topwindow !== parseInt(id)) {\
console.log("Forcing focus on modal window", id);\
client.set_focus(win);\
break;\
}\
break;\
}\
}\
}, 100);' /usr/share/xpra/www/index.html \
Expand Down

0 comments on commit d8c600e

Please sign in to comment.