Skip to content

Commit 8a62f4a

Browse files
authored
Merge pull request #867 from rgantzos/main
Fix `select-self` when reenabled
2 parents a9a39e4 + a3ca86f commit 8a62f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/select-self/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default async function ({ feature, console }) {
3636
}
3737
})
3838

39-
feature.addEventListener("reenabled", function () {
39+
feature.addEventListener("enabled", function () {
4040
for (var i in blocks) {
4141
updateMenu(blocks[i])
4242
}

0 commit comments

Comments
 (0)