mirror of
https://github.com/talwrii/plugin-repl.git
synced 2026-07-22 11:40:27 +00:00
openLinkText - use "" as argument
This commit is contained in:
parent
ce5c566d23
commit
6bb4411b52
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ export default class ReplPlugin extends Plugin {
|
|||
}
|
||||
|
||||
async function openFile(app: App, name: string) {
|
||||
await app.workspace.openLinkText(name)
|
||||
await app.workspace.openLinkText(name, "")
|
||||
}
|
||||
|
||||
function plugin(app: PrivateApp, name: string) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue