Skip to content

Commit

Permalink
Update editors.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhynorater authored Oct 26, 2024
1 parent 047c743 commit ebc3ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend-utils/src/editors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const getSelectedText = (editor?: EditorView) => {
};

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

0 comments on commit ebc3ee6

Please sign in to comment.