mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
🚨
This commit is contained in:
parent
dce6444b97
commit
820a51e5c2
4 changed files with 11 additions and 13 deletions
|
|
@ -50,7 +50,7 @@ export const kernelError = () => {
|
|||
</div>
|
||||
</div>`
|
||||
});
|
||||
dialog.element.id = 'errorLog'
|
||||
dialog.element.id = "errorLog";
|
||||
const restartElement = dialog.element.querySelector(".b3-button");
|
||||
if (restartElement) {
|
||||
restartElement.addEventListener("click", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue