diff --git a/public/content.js b/public/content.js
index dfbe5a8..4091e63 100644
--- a/public/content.js
+++ b/public/content.js
@@ -269,8 +269,8 @@ const stopSelectNode = () => {
for (const handler of handlers) {
document.removeEventListener("click", handler, { capture: true });
}
- handlers = [];
stopClicksKeysRecording();
+ handlers = [];
};
const onRecordClick = function (stepIndex) {
diff --git a/public/manifest.json b/public/manifest.json
index 61b733a..68176d5 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Tinking - Scrapping Tool",
- "version": "0.1.0",
+ "version": "0.1.1",
"manifest_version": 2,
"description": "Extract data from any website without code, just clicks",
"icons": {
diff --git a/src/StepItem/OptionItem.tsx b/src/StepItem/OptionItem.tsx
index d2010ec..548dd58 100644
--- a/src/StepItem/OptionItem.tsx
+++ b/src/StepItem/OptionItem.tsx
@@ -224,7 +224,7 @@ const SelectOption = ({
optionType?: OptionType;
onOptionChange: (val: OptionType) => void;
}) => (
-