We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6d01e commit 7d0980cCopy full SHA for 7d0980c
CHANGES.md
@@ -5,6 +5,7 @@
5
- Add advanced options per search engine:
6
- Do not encode image URL
7
- Strip protocol from image URL
8
+- Fix dependent checkboxes not reacting to changes
9
10
## v4.2.1
11
source/options/stores/options-store.ts
@@ -12,6 +12,7 @@ const createStore = () => {
12
);
13
14
return {
15
+ set,
16
subscribe,
17
addProvider: () =>
18
update((previous) => ({
0 commit comments