mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 14:59:08 +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",
|
||||
icon: "home",
|
||||
action: v => v.return()
|
||||
},
|
||||
{
|
||||
}, {
|
||||
name: "Open dev tools",
|
||||
icon: "binary",
|
||||
action: v => v.toggleDevTools()
|
||||
},
|
||||
{
|
||||
}, {
|
||||
name: "Copy link",
|
||||
icon: "link",
|
||||
action: v => v.copyLink()
|
||||
|
|
Loading…
Reference in a new issue