react-sync-board 0.4.1 → 0.4.2
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/dist/esm/index.js
CHANGED
|
@@ -6900,9 +6900,6 @@ var Board = function Board(_ref) {
|
|
|
6900
6900
|
var _useDim = useDim(),
|
|
6901
6901
|
updateItemExtent = _useDim.updateItemExtent;
|
|
6902
6902
|
|
|
6903
|
-
var _useRecoilValue = useRecoilValue(ConfigurationAtom),
|
|
6904
|
-
itemExtent = _useRecoilValue.itemExtent;
|
|
6905
|
-
|
|
6906
6903
|
var boardStyle = React.useMemo(function () {
|
|
6907
6904
|
return _objectSpread2({
|
|
6908
6905
|
userSelect: "none",
|
|
@@ -6935,12 +6932,7 @@ var Board = function Board(_ref) {
|
|
|
6935
6932
|
className: "board"
|
|
6936
6933
|
}, /*#__PURE__*/React.createElement(ItemList, {
|
|
6937
6934
|
itemTemplates: itemTemplates
|
|
6938
|
-
})), /*#__PURE__*/React.createElement(
|
|
6939
|
-
style: _objectSpread2(_objectSpread2({}, itemExtent), {}, {
|
|
6940
|
-
border: "3px solid red",
|
|
6941
|
-
position: "absolute"
|
|
6942
|
-
})
|
|
6943
|
-
}))))), /*#__PURE__*/React.createElement(Selection, null));
|
|
6935
|
+
})))))), /*#__PURE__*/React.createElement(Selection, null));
|
|
6944
6936
|
};
|
|
6945
6937
|
|
|
6946
6938
|
var TOLERANCE = 100;
|