mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-08 13:19:09 -07:00
zed: add project settings to improve search
This commit is contained in:
@@ -24,7 +24,7 @@ export async function screenshot({ element, name, title, env }) {
|
||||
try {
|
||||
await navigator.share({
|
||||
files: [file],
|
||||
title: `Bitview screenshot: ${title}`,
|
||||
title: `${title} on ${window.document.location.hostname}`,
|
||||
});
|
||||
return;
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user