mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
Lint extensions/ and wrap up hanging frontend dirs
fs/, format/ and logseq/ also added to linting by adding todos for later inspection
This commit is contained in:
@@ -165,10 +165,10 @@
|
||||
[]
|
||||
(try
|
||||
(js-invoke js/window.lsPdfViewer "nextPage")
|
||||
(catch js/Error e nil)))
|
||||
(catch js/Error _e nil)))
|
||||
|
||||
(defn prev-page
|
||||
[]
|
||||
(try
|
||||
(js-invoke js/window.lsPdfViewer "previousPage")
|
||||
(catch js/Error e nil)))
|
||||
(catch js/Error _e nil)))
|
||||
|
||||
Reference in New Issue
Block a user