door_models 5.3.4 → 5.3.5

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/index.cjs.js CHANGED
@@ -1949,14 +1949,6 @@ function DoorLeaf(_ref8) {
1949
1949
  }
1950
1950
  return (doorHeight - initialDoorHeight.current) / 2 / 1000;
1951
1951
  }, [doorHeight]);
1952
-
1953
- // Old
1954
-
1955
- React.useEffect(() => {
1956
- if (doorHeight > 0 && initialDoorHeight.current === null) {
1957
- initialDoorHeight.current = doorHeight;
1958
- }
1959
- }, [doorHeight]);
1960
1952
  const {
1961
1953
  x1: occulusX1,
1962
1954
  x2: occulusX2,