Fix highlight not drawn with same cfi note
This commit is contained in:
@@ -278,7 +278,6 @@ export const useReaderStore = create<ReaderStore>((set, get) => ({
|
||||
}
|
||||
const config = get().booksData[id]?.config as BookConfig;
|
||||
const configViewSettings = config.viewSettings!;
|
||||
console.log('Initializing book view settings', configViewSettings);
|
||||
set((state) => ({
|
||||
viewStates: {
|
||||
...state.viewStates,
|
||||
|
||||
Reference in New Issue
Block a user