mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
Add data-id attribute to the buttons (#14182)
fix https://github.com/siyuan-note/siyuan/issues/12518
This commit is contained in:
parent
853cf71d31
commit
33f8def8ce
16 changed files with 224 additions and 31 deletions
|
|
@ -2160,7 +2160,7 @@ export class Gutter {
|
|||
});
|
||||
const width = firstElement.style.width.endsWith("%") ? parseInt(firstElement.style.width) : 0;
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
id: "widthDrag",
|
||||
id: "width",
|
||||
label: window.siyuan.languages.width,
|
||||
submenu: styles.concat([{
|
||||
id: "widthDrag",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue