We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704bdf8 commit c918521Copy full SHA for c918521
web_src/js/index.js
@@ -78,6 +78,8 @@ import {initRepoCommentForm, initRepository} from './features/repo-legacy.js';
78
79
// Silence fomantic's error logging when tabs are used without a target content element
80
$.fn.tab.settings.silent = true;
81
+// Disable the behavior of fomantic to toggle the checkbox when you press enter on a checkbox element.
82
+$.fn.checkbox.settings.enableEnterKey = false;
83
84
initVueEnv();
85
0 commit comments