File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " tauri-cli " : patch
3+ ---
4+
5+ Fixes ` <a target="_blank"> ` polyfill.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ if (!String.prototype.startsWith) {
171171 __tauriModule : "Shell" ,
172172 message : {
173173 cmd : "open" ,
174- uri : target . href ,
174+ path : target . href ,
175175 } ,
176176 } ) ;
177177 e . preventDefault ( ) ;
Original file line number Diff line number Diff line change 11<script >
22 import { onMount } from " svelte" ;
3- import { open } from " @tauri-apps/api/window " ;
3+ import { open } from " @tauri-apps/api/shell " ;
44
55 import Cli from " ./components/Cli.svelte" ;
66 import Communication from " ./components/Communication.svelte" ;
106106 </p >
107107 {responses }
108108 </div >
109- </main >
109+ </main >
You can’t perform that action at this time.
0 commit comments