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 0784258 commit 4180fecCopy full SHA for 4180fec
web_src/js/components/DashboardRepoList.vue
@@ -362,7 +362,7 @@ export default sfc; // activate the IDE's Vue plugin
362
<div class="menu">
363
<a class="item" @click="toggleArchivedFilter()">
364
<div class="ui checkbox" ref="checkboxArchivedFilter" :title="checkboxArchivedFilterTitle">
365
- <!--the "tw-pointer-events-none" is necessary to make the checkbox work without Fomantic UI js,
+ <!--the "tw-pointer-events-none" is necessary to prevent the checkbox from handling user's input,
366
otherwise if the "input" handles click event for intermediate status, it breaks the internal state-->
367
<input type="checkbox" class="tw-pointer-events-none" v-bind.prop="checkboxArchivedFilterProps">
368
<label>
0 commit comments