You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -298,6 +302,11 @@ function checkReadingTime() {
298
302
}
299
303
adminforth.list.closeThreeDotsDropdown();
300
304
}
305
+
306
+
functionclick() {
307
+
checkReadingTime();
308
+
}
309
+
301
310
</script>
302
311
```
303
312
@@ -312,6 +321,7 @@ npm i text-analyzer
312
321
313
322
> ☝️ Please note that we are using AdminForth [Frontend API](/docs/api/FrontendAPI/interfaces/FrontendAPIInterface/) `adminforth.list.closeThreeDotsDropdown();` to close the dropdown after the item is clicked.
314
323
324
+
>☝️ Please note that the injected component might have an exposed click function as well as a defined click function, which executes the click on component logic.
0 commit comments