mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-22 09:43:30 +01:00
mmm consistency
This commit is contained in:
parent
85e9c5a0a4
commit
2980c2cb5f
1 changed files with 2 additions and 4 deletions
|
@ -8,13 +8,11 @@ export class CustomFrameView extends ItemView {
|
||||||
name: "Return to original page",
|
name: "Return to original page",
|
||||||
icon: "home",
|
icon: "home",
|
||||||
action: v => v.return()
|
action: v => v.return()
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
name: "Open dev tools",
|
name: "Open dev tools",
|
||||||
icon: "binary",
|
icon: "binary",
|
||||||
action: v => v.toggleDevTools()
|
action: v => v.toggleDevTools()
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
name: "Copy link",
|
name: "Copy link",
|
||||||
icon: "link",
|
icon: "link",
|
||||||
action: v => v.copyLink()
|
action: v => v.copyLink()
|
||||||
|
|
Loading…
Reference in a new issue