mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
🎨 https://github.com/siyuan-note/siyuan/issues/5212 & reset zindex
This commit is contained in:
parent
c14fc344c6
commit
4226541e9e
9 changed files with 78 additions and 37 deletions
|
|
@ -308,6 +308,7 @@ export const openHistory = () => {
|
|||
}
|
||||
});
|
||||
window.siyuan.menus.menu.popup({x: event.clientX, y: event.clientY});
|
||||
window.siyuan.menus.menu.element.style.zIndex = "310";
|
||||
break;
|
||||
} else if (target.classList.contains("b3-list-item__action")) {
|
||||
confirmDialog("⚠️ " + window.siyuan.languages.rollback, `${window.siyuan.languages.rollbackConfirm.replace("${date}", target.parentElement.textContent.trim())}`, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue