@byomakase/omakase-player 0.2.4 → 0.2.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.
|
@@ -11929,17 +11929,18 @@ class Nf extends Uo {
|
|
|
11929
11929
|
this.onChange$.next(e);
|
|
11930
11930
|
}
|
|
11931
11931
|
onMeasurementsChange() {
|
|
11932
|
+
var i, s, n, a, o;
|
|
11932
11933
|
super.onMeasurementsChange();
|
|
11933
|
-
let e = this.startMarkerHandle.getVerticalMeasurement();
|
|
11934
|
-
this.selectedAreaRect
|
|
11934
|
+
let e = (i = this.startMarkerHandle) == null ? void 0 : i.getVerticalMeasurement();
|
|
11935
|
+
(s = this.selectedAreaRect) == null || s.setAttrs({
|
|
11935
11936
|
y: e.y,
|
|
11936
11937
|
height: e.height
|
|
11937
11938
|
});
|
|
11938
11939
|
let t = {
|
|
11939
|
-
y: this.startMarkerHandle.getHandleGroup().y(),
|
|
11940
|
-
height: this.startMarkerHandle.getHandleGroup().getClientRect().height
|
|
11940
|
+
y: (n = this.startMarkerHandle) == null ? void 0 : n.getHandleGroup().y(),
|
|
11941
|
+
height: (a = this.startMarkerHandle) == null ? void 0 : a.getHandleGroup().getClientRect().height
|
|
11941
11942
|
};
|
|
11942
|
-
this.markerHandleRect.setAttrs({
|
|
11943
|
+
(o = this.markerHandleRect) == null || o.setAttrs({
|
|
11943
11944
|
y: e.y + t.y - t.height / 2,
|
|
11944
11945
|
height: t.height
|
|
11945
11946
|
}), this.settlePosition();
|