mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
♻️
This commit is contained in:
parent
fd0893d8d8
commit
6806392b41
57 changed files with 271 additions and 360 deletions
|
|
@ -78,7 +78,6 @@ const renderCompare = (app: App, element: HTMLElement) => {
|
|||
data: response,
|
||||
protyle: leftEditor.protyle,
|
||||
action: [Constants.CB_GET_HISTORY, Constants.CB_GET_HTML],
|
||||
app
|
||||
});
|
||||
}
|
||||
textElement.previousElementSibling.textContent = dayjs(response.data.updated).format("YYYY-MM-DD HH:mm");
|
||||
|
|
@ -99,7 +98,6 @@ const renderCompare = (app: App, element: HTMLElement) => {
|
|||
data: response,
|
||||
protyle: rightEditor.protyle,
|
||||
action: [Constants.CB_GET_HISTORY, Constants.CB_GET_HTML],
|
||||
app
|
||||
});
|
||||
}
|
||||
textElement.previousElementSibling.textContent = dayjs(response.data.updated).format("YYYY-MM-DD HH:mm");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue