mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
allow keyboard shortcuts when keep unread checkbox is focused (fix #198)
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
class="pointer"></i>
|
||||
</span>
|
||||
<label class="checkbox inline">
|
||||
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)"></input>
|
||||
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)" class="mousetrap"></input>
|
||||
${view.keep_unread}
|
||||
</label>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user