@codemirror/view 6.25.0 → 6.25.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/CHANGELOG.md +6 -0
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1649,7 +1649,7 @@ interface LayerConfig {
|
|
|
1649
1649
|
Whether to update this layer every time the document view
|
|
1650
1650
|
changes. Defaults to true.
|
|
1651
1651
|
*/
|
|
1652
|
-
updateOnDocViewUpdate
|
|
1652
|
+
updateOnDocViewUpdate?: boolean;
|
|
1653
1653
|
/**
|
|
1654
1654
|
Build a set of markers for this layer, and measure their
|
|
1655
1655
|
dimensions.
|
package/dist/index.d.ts
CHANGED
|
@@ -1649,7 +1649,7 @@ interface LayerConfig {
|
|
|
1649
1649
|
Whether to update this layer every time the document view
|
|
1650
1650
|
changes. Defaults to true.
|
|
1651
1651
|
*/
|
|
1652
|
-
updateOnDocViewUpdate
|
|
1652
|
+
updateOnDocViewUpdate?: boolean;
|
|
1653
1653
|
/**
|
|
1654
1654
|
Build a set of markers for this layer, and measure their
|
|
1655
1655
|
dimensions.
|