We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e5cfcc + d03ed01 commit f52bc6bCopy full SHA for f52bc6b
draw.view.tree
@@ -17,7 +17,7 @@ $hyoo_draw $mol_book2
17
grid <= grid
18
map <= map
19
yard <= yard
20
- shift?val <=> center?val $mol_vector_2d /
+ shift?val <=> center?val $mol_vector_2d<number> /
21
0
22
23
zoom?val <=> zoom?val 1
pane/pane.view.tree
@@ -3,15 +3,15 @@ $hyoo_draw_pane $mol_plot_pane
3
tool \pencil
4
grid false
5
map false
6
- yard $hyoo_sync_yard
+ yard $hyoo_sync_yard<any>
7
reset?event null
8
auto /
9
<= peer_update null
10
<= figure_current null
11
- shift?val $mol_vector_2d /
+ shift?val $mol_vector_2d<number> /
12
13
14
- scale?val $mol_vector_2d /
+ scale?val $mol_vector_2d<number> /
15
<= zoom
16
Map $mol_plot_map_tiles
0 commit comments