mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: groups manager location
This commit is contained in:
parent
a9679910c6
commit
a08e9758fe
@ -76,7 +76,7 @@ class UIGroupsManager extends UIElement {
|
||||
}
|
||||
|
||||
$(window).on('ctxmenu-will-open', event => {
|
||||
if ( ! event.detail.options?.id === 'user-options-menu' ) return;
|
||||
if ( event.detail.options?.id !== 'user-options-menu' ) return;
|
||||
|
||||
const newMenuItems = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user