mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
Update keyboard.js
This commit is contained in:
parent
c58c0facda
commit
8daf1a5469
@ -687,7 +687,9 @@ $(document).bind("keyup keydown", async function(e){
|
||||
launch_app({
|
||||
name: $('.launch-app-selected').attr('data-name'),
|
||||
})
|
||||
$(".launch-popover").remove();
|
||||
$(".popover-launcher").remove();
|
||||
// taskbar item inactive
|
||||
$('.taskbar-item[data-name="Start"]').removeClass('has-open-popover');
|
||||
});
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user