@hanology/cham-browser 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanology/cham-browser",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CHAM — browser-compatible parser, serializer, and site generator for Classical Han Annotated Markdown",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@ const vScroll = useHorizontalScroll(vPageRef)
26
26
 
27
27
  const authorPaneOpen = ref(false)
28
28
  const selectedAuthorId = ref('')
29
- const interaction = useAnnotationInteraction()
29
+ const interaction = reactive(useAnnotationInteraction())
30
30
  const titleCollapsed = ref(false)
31
31
  const vTitleRef = ref<HTMLElement | null>(null)
32
32
 
@@ -271,7 +271,7 @@ function tcy(n: number): string {
271
271
  />
272
272
  </div>
273
273
  <SectionBlock
274
- v-for="block in visibleLayerBlocks"
274
+ v-for="block in layerAnnotationBlocks"
275
275
  :key="block.label"
276
276
  num=""
277
277
  :label="block.label"