File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " metaedit" ,
33 "name" : " MetaEdit" ,
4- "version" : " 1.6.7 " ,
4+ "version" : " 1.6.8 " ,
55 "minAppVersion" : " 0.12.0" ,
66 "description" : " MetaEdit helps you manage your metadata." ,
77 "author" : " Christian B. B. Houmann" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " metaedit" ,
3- "version" : " 1.6.7 " ,
3+ "version" : " 1.6.8 " ,
44 "description" : " MetaEdit helps you manage your metadata." ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export class LinkMenu {
4242 item . setIcon ( 'pencil' ) ;
4343 item . setTitle ( "Edit Meta" ) ;
4444 item . onClick ( async evt => {
45- await this . plugin . runMetaEditForFolder ( this . targetFolder ) ;
45+ await this . plugin . runMetaEditForFile ( this . targetFile ) ;
4646 } )
4747 } )
4848 }
Original file line number Diff line number Diff line change 11{
2- "1.6.7 " : " 0.12.0"
2+ "1.6.8 " : " 0.12.0"
33}
You can’t perform that action at this time.
0 commit comments