Skip to content

Commit ebc3ee6

Browse files
authored
Update editors.ts
1 parent 047c743 commit ebc3ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend-utils/src/editors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const getSelectedText = (editor?: EditorView) => {
2020
};
2121

2222
export const getCurrentReplayEditors = () => {
23-
if (window.location.hash.split("?")[0] !== "#/replay") {
23+
if (window.location.hash.split("?")[0] !== "#/http-history") {
2424
return {
2525
requestEditor: undefined,
2626
responseEditor: undefined,

0 commit comments

Comments
 (0)