mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 08:44:20 +01:00
🎨 Change the unordered list marker from "*" to "-" (#15902)
This commit is contained in:
parent
f96298e34c
commit
8e443ce5c3
6 changed files with 15 additions and 15 deletions
|
|
@ -1352,7 +1352,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
let html = "";
|
||||
for (let i = 0; i < ids.length; i++) {
|
||||
if (ids.length > 1) {
|
||||
html += "* ";
|
||||
html += "- ";
|
||||
}
|
||||
const response = await fetchSyncPost("/api/block/getRefText", {id: ids[i]});
|
||||
html += `((${ids[i]} '${response.data}'))`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue