style fixes
This commit is contained in:
@@ -116,7 +116,10 @@
|
||||
const trayNotifyButton = document.querySelector('#taskbar > .notify-button')
|
||||
const notify = new NotifyBubble(trayNotifyButton, "#notify-bubble");
|
||||
|
||||
document.addEventListener("contextmenu", evt => evt.preventDefault());
|
||||
document.addEventListener("contextmenu", evt => {
|
||||
evt.preventDefault()
|
||||
evt.stopPropagation();
|
||||
});
|
||||
|
||||
document.querySelectorAll('#start-menu .start-item.has-submenu').forEach(item => {
|
||||
item.addEventListener('click', evt => {
|
||||
|
||||
Reference in New Issue
Block a user