File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 6
6
[re-frame.registrar]
7
7
[renderer.attribute.views :as attr]
8
8
[renderer.codemirror.views :as cm]
9
- [renderer.components :as comp]
9
+ #_ [renderer.components :as comp]
10
10
[renderer.debug :as debug]
11
11
[renderer.dialog.views :as dialog]
12
12
[renderer.document.views :as doc]
16
16
[renderer.notification.views :as notification]
17
17
[renderer.reepl.views :as repl]
18
18
[renderer.rulers.views :as rulers]
19
- [renderer.timeline.views :as timeline]
20
19
[renderer.toolbar.object :as toolbar.object]
21
20
[renderer.toolbar.status :as toolbar.status]
22
21
[renderer.toolbar.tools :as toolbar.tools]
32
31
(when rulers?
33
32
[:div.flex
34
33
[:div.bg-primary {:style {:width " 23px" :height " 23px" }}
35
- [comp/toggle-icon-button
36
- {:active? @(rf/subscribe [:rulers-locked? ])
37
- :active-icon " lock"
38
- :active-text " unlock"
39
- :inactive-icon " unlock"
40
- :inactive-text " lock"
41
- :class " small"
42
- :action #(rf/dispatch [:toggle-rulers-locked ])}]]
34
+ #_ [comp/toggle-icon-button
35
+ {:active? @(rf/subscribe [:rulers-locked? ])
36
+ :active-icon " lock"
37
+ :active-text " unlock"
38
+ :inactive-icon " unlock"
39
+ :inactive-text " lock"
40
+ :class " small"
41
+ :action #(rf/dispatch [:toggle-rulers-locked ])}]]
43
42
[:div.w-full.ml-px.bg-primary
44
43
[rulers/ruler {:orientation :horizontal :size 23 }]]])]
45
44
[:div.flex.flex-1.relative
You can’t perform that action at this time.
0 commit comments