Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Caley Woods committed Oct 6, 2019
1 parent 560ca86 commit b6e485a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/renderer/views/Reader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
</el-button-group>

<toc-menu :toc="toc" :theme="theme" @node-click="onNodeClick"></toc-menu>
<bookmark-menu
:bookmarks="info.bookmarks"
:theme="theme"

<bookmark-menu
:bookmarks="info.bookmarks"
:theme="theme"
@node-click="onNodeClick"
@add-bookmark="addBookmark"
@remove-bookmark="removeBookmark"
/>

<search-menu
:search-result="searchResult"
:theme="theme"
@node-click="onNodeClick"
@search="search"
/>

<theme-menu
@theme-change="applytheme"
@flow-change="applyflow"
Expand Down Expand Up @@ -305,9 +305,9 @@ export default {
},
tocFromPercentage(percent){
if(!this._flattenedToc) return {};
percent /= 100;
for(let i = 0 ; i < this._flattenedToc.length ; i+=1 ){
Expand Down

0 comments on commit b6e485a

Please sign in to comment.