Skip to content

Commit 8cae6f5

Browse files
committed
Allow sending markdown via pipes without showing the editor
1 parent ce3f915 commit 8cae6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570

571571
const [_, hashParamOnce] = getUrlHashParamsFromHashString(window.location.hash);
572572
const inEditModeOnce = hashParamOnce["edit"] === "true";
573-
if (inEditModeOnce || !getMdFromUrl()) {
573+
if (inEditModeOnce) {
574574
// if editing, force showing the menu
575575
window.addEventListener("load", () => {
576576
onMenuClick();

0 commit comments

Comments
 (0)