Skip to content

Commit 0a42ad2

Browse files
committed
feat: update global config name
1 parent 055ebf9 commit 0a42ad2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.1.2
2+
3+
- Update global config name.
4+
15
# v0.1.1
26

37
- Add export.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function getElWithSourceCodeLocation(el) {
130130
}
131131

132132
function getUrlByConfig(sourceCodeLocationStr) {
133-
const config = window.__CLICK_TO_COMPONENT_BROWSER_EXTENSION_CONFIG__;
133+
const config = window.__CLICK_TO_COMPONENT_CONFIG__;
134134
const configReplacements = config?.replacements;
135135

136136
if (Array.isArray(configReplacements)) {

0 commit comments

Comments
 (0)