Работа над TitleList

This commit is contained in:
Book Pauk
2022-10-26 21:32:08 +07:00
parent 2509b0f742
commit 4cacecc13b
8 changed files with 203 additions and 10 deletions

View File

@@ -198,6 +198,9 @@ export default class BaseList {
case 'authorClick':
this.selectAuthor(event.book.author);
break;
case 'seriesClick':
this.selectSeries(event.book.series);
break;
case 'titleClick':
this.selectTitle(event.book.title);
break;