Skip to content

Commit 4180fec

Browse files
edit comments
Co-authored-by: wxiaoguang <[email protected]>
1 parent 0784258 commit 4180fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export default sfc; // activate the IDE's Vue plugin
362362
<div class="menu">
363363
<a class="item" @click="toggleArchivedFilter()">
364364
<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,
365+
<!--the "tw-pointer-events-none" is necessary to prevent the checkbox from handling user's input,
366366
otherwise if the "input" handles click event for intermediate status, it breaks the internal state-->
367367
<input type="checkbox" class="tw-pointer-events-none" v-bind.prop="checkboxArchivedFilterProps">
368368
<label>

0 commit comments

Comments
 (0)