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.
package/index.d.ts CHANGED
@@ -749,7 +749,7 @@ declare const IS_QQBROWSER: boolean;
749
749
  declare const IS_UC_MOBILE: boolean;
750
750
  declare const IS_WECHATBROWSER: boolean;
751
751
  declare const HAS_BEFORE_INPUT_SUPPORT: boolean;
752
- declare const VIRTUAL_SCROLL_DEFAULT_BLOCK_HEIGHT = 30;
752
+ declare const VIRTUAL_SCROLL_DEFAULT_BLOCK_HEIGHT = 32;
753
753
  declare const SLATE_DEBUG_KEY = "__SLATE_DEBUG__";
754
754
  declare const SLATE_DEBUG_KEY_SCROLL_TOP = "__SLATE_DEBUG_SCROLL_TOP__";
755
755
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slate-angular",
3
- "version": "20.2.6",
3
+ "version": "20.2.7",
4
4
  "description": "Angular view layer for Slate",
5
5
  "author": "pubuzhixing <pubuzhixing@gmail.com>",
6
6
  "homepage": "https://github.com/worktile/slate-angular#readme",