forked from Archives/Athou_commafeed
allow keyboard shortcuts when keep unread checkbox is focused (fix #198)
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
class="pointer"></i>
|
class="pointer"></i>
|
||||||
</span>
|
</span>
|
||||||
<label class="checkbox inline">
|
<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}
|
${view.keep_unread}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user