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 822f742 commit 7d871b9Copy full SHA for 7d871b9
web_src/js/globals.d.ts
@@ -61,5 +61,5 @@ interface Window {
61
grecaptcha: any,
62
turnstile: any,
63
hcaptcha: any,
64
- codeEditors: any[],
+ codeEditors: any[],
65
}
web_src/js/modules/fomantic/dropdown.ts
@@ -98,7 +98,7 @@ function delegateOne($dropdown: any) {
98
99
const oldSet = dropdownCall('internal', 'set');
100
const oldSetDirection = oldSet.direction;
101
- oldSet.direction = function($menu: JQuery) {
+ oldSet.direction = function($menu: any) {
102
oldSetDirection.call(this, $menu);
103
const classNames = dropdownCall('setting', 'className');
104
$menu = $menu || $dropdown.find('> .menu');
0 commit comments