Skip to content

Commit e378e51

Browse files
committed
maint(pat inject): Update import for get_css_value.
1 parent 3268b1e commit e378e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pat/inject/inject.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ const inject = {
540540
scroll_target.getBoundingClientRect().left +
541541
scroll_container_ref.scrollLeft -
542542
scroll_container_ref.getBoundingClientRect().left -
543-
utils.getCSSValue(
543+
dom.get_css_value(
544544
scroll_container_ref,
545545
"border-left-width",
546546
true
@@ -550,7 +550,7 @@ const inject = {
550550
scroll_target.getBoundingClientRect().top +
551551
scroll_container_ref.scrollTop -
552552
scroll_container_ref.getBoundingClientRect().top -
553-
utils.getCSSValue(scroll_container_ref, "border-top-width", true)
553+
dom.get_css_value(scroll_container_ref, "border-top-width", true)
554554
);
555555
}
556556
if (scroll_container === window) {

0 commit comments

Comments
 (0)