@rpg-engine/long-bow 0.8.37 → 0.8.38

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.
@@ -32741,7 +32741,8 @@ var InformationCenter = function InformationCenter(_ref) {
32741
32741
  title: "Information Center",
32742
32742
  type: RPGUIContainerTypes.Framed,
32743
32743
  width: isMobile ? '95%' : '80%',
32744
- minWidth: "300px"
32744
+ minWidth: "300px",
32745
+ cancelDrag: ".PaginatedContent-content"
32745
32746
  }, React.createElement(Container$r, null, React.createElement(InternalTabs, {
32746
32747
  tabs: tabs,
32747
32748
  activeTextColor: "#000000",