Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominig12 committed Jul 27, 2024
1 parent f38ffa5 commit 425c382
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval'; child-src 'self';">
</head>
<body>
<script src="main-1e3a8684.js"></script>
<script src="main-16ee30f3.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions dist/main-16ee30f3.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/main-1e3a8684.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class ContextMenu extends Menu {
subtext.textContent = `[0x${obj.ref.toString(16)}]`;
fragment.appendChild(button);
button.addEventListener("click", () => {
let submenu = new ContextActionMenu(ui, this, obj.ref, obj.clients);
let submenu = new ContextActionMenu(ui, this, obj.ref, obj.clients, true);
submenu.put_to_right(button);
submenu.open(true);
});
Expand Down

0 comments on commit 425c382

Please sign in to comment.