@dxos/ui-editor 0.8.4-main.6fa680abb7 → 0.8.4-main.8360d9e660

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.
@@ -15,9 +15,6 @@ import { TextKind } from "@dxos/protocols/proto/dxos/echo/model/text";
15
15
  import { mx } from "@dxos/ui-theme";
16
16
  var editorWidth = "!mx-auto w-full max-w-[min(50rem,100%-4rem)]";
17
17
  var editorSlots = {
18
- scroll: {
19
- className: "pt-2"
20
- },
21
18
  content: {
22
19
  className: editorWidth
23
20
  }
@@ -561,8 +558,7 @@ var scroller = ({ overScroll = 0 } = {}) => {
561
558
  }
562
559
  requestAnimationFrame(() => {
563
560
  this.view.scrollDOM.scrollTo({
564
- top: targetScrollTop,
565
- behavior
561
+ top: targetScrollTop
566
562
  });
567
563
  });
568
564
  }
@@ -586,7 +582,7 @@ var scroller = ({ overScroll = 0 } = {}) => {
586
582
  } catch (err) {
587
583
  log2.catch(err, void 0, {
588
584
  F: __dxlog_file2,
589
- L: 145,
585
+ L: 146,
590
586
  S: void 0,
591
587
  C: (f, a) => f(...a)
592
588
  });