mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-02 13:02:00 +08:00
Fix imageless posts when taking a screenshot on an internal page.
This commit is contained in:
parent
1a58026b23
commit
b1bda646c4
@ -91,7 +91,7 @@ async function sendMessageToActiveTab(message) {
|
||||
return await browser.tabs.sendMessage(activeTab.id, message);
|
||||
}
|
||||
catch (e) {
|
||||
console.error("Sending message to active tab failed, you might need to refresh the page after updating the extension.", e);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
VERSION=$(jq -r ".version" manifest.json)
|
||||
CHROME_EXTENSION_ID=dfhgmnfclbebfobmblelddiejjcijbjm
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
WEB_EXT_ID="{1410742d-b377-40e7-a9db-63dc9c6ec99c}"
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
export GITHUB_REPO=trilium-web-clipper
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user