@jxsuite/studio 0.9.0 → 0.10.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/src/view.js CHANGED
@@ -10,7 +10,6 @@
10
10
  export const view = {
11
11
  // Canvas infrastructure
12
12
  panzoomWrap: null,
13
- liveScope: null,
14
13
  renderGeneration: 0,
15
14
  centerObserver: null,
16
15
  needsCenter: true,
@@ -24,7 +23,6 @@ export const view = {
24
23
 
25
24
  // Inline editing
26
25
  componentInlineEdit: null,
27
- pendingInlineEdit: null,
28
26
  inlineEditCleanup: null,
29
27
 
30
28
  // Floating UI containers