Fixed a circular reference. Touched up long press on card items for mobile devices to now be so sensitive for triggering selection code. (#609)
This commit is contained in:
parent
4c536bade6
commit
04e1051ec9
5 changed files with 25 additions and 16 deletions
|
@ -41,7 +41,6 @@ export class ReadingListsComponent implements OnInit {
|
|||
}
|
||||
|
||||
performAction(action: ActionItem<any>, readingList: ReadingList) {
|
||||
// TODO: Try to move performAction into the actionables component. (have default handler in the component, allow for overridding to pass additional context)
|
||||
if (typeof action.callback === 'function') {
|
||||
action.callback(action.action, readingList);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue