@firestitch/list 12.7.0 → 12.7.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.
@@ -4250,7 +4250,7 @@
4250
4250
  if (!data) {
4251
4251
  return;
4252
4252
  }
4253
- this.menu = (_a = data.menu) !== null && _a !== void 0 ? _a : true;
4253
+ this.menu = (_a = data.menu) !== null && _a !== void 0 ? _a : false;
4254
4254
  this.position = (_b = data.position) !== null && _b !== void 0 ? _b : exports.ReorderPosition.Left;
4255
4255
  if (!data.disabled) {
4256
4256
  this.strategy = ReorderStrategy.Always;