slate-angular 20.2.6 → 20.2.7

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.
@@ -475,7 +475,7 @@ const HAS_BEFORE_INPUT_SUPPORT = !IS_CHROME_LEGACY &&
475
475
  globalThis.InputEvent &&
476
476
  // @ts-ignore The `getTargetRanges` property isn't recognized.
477
477
  typeof globalThis.InputEvent.prototype.getTargetRanges === 'function';
478
- const VIRTUAL_SCROLL_DEFAULT_BLOCK_HEIGHT = 30;
478
+ const VIRTUAL_SCROLL_DEFAULT_BLOCK_HEIGHT = 32;
479
479
  const SLATE_DEBUG_KEY = '__SLATE_DEBUG__';
480
480
  const SLATE_DEBUG_KEY_SCROLL_TOP = '__SLATE_DEBUG_SCROLL_TOP__';
481
481