We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047c743 commit ebc3ee6Copy full SHA for ebc3ee6
packages/frontend-utils/src/editors.ts
@@ -20,7 +20,7 @@ const getSelectedText = (editor?: EditorView) => {
20
};
21
22
export const getCurrentReplayEditors = () => {
23
- if (window.location.hash.split("?")[0] !== "#/replay") {
+ if (window.location.hash.split("?")[0] !== "#/http-history") {
24
return {
25
requestEditor: undefined,
26
responseEditor: undefined,
0 commit comments