@nebularstreams/libmui 2.5.69 → 2.5.70
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
|
@@ -421,7 +421,8 @@ const
|
|
|
421
421
|
optionsDict: attrs.optionsDict,
|
|
422
422
|
play: attrs.play,
|
|
423
423
|
auxTargetIsDefault: attrs.auxTargetIsDefault,
|
|
424
|
-
AssetButton: attrs.AssetButton
|
|
424
|
+
AssetButton: attrs.AssetButton,
|
|
425
|
+
CodeMirror: attrs.CodeMirror
|
|
425
426
|
})
|
|
426
427
|
],
|
|
427
428
|
titleExpended: metaDef.titleExpanded || metaDef.hint,
|
|
@@ -1207,7 +1208,8 @@ const
|
|
|
1207
1208
|
taint();
|
|
1208
1209
|
m.redraw();
|
|
1209
1210
|
},
|
|
1210
|
-
AssetButton: attrs.AssetButton
|
|
1211
|
+
AssetButton: attrs.AssetButton,
|
|
1212
|
+
CodeMirror: attrs.CodeMirror
|
|
1211
1213
|
})] : [],
|
|
1212
1214
|
|
|
1213
1215
|
...hasSize ? [m(".flexbreak"), m(RangeWidget, {
|