@editorjs/editorjs
Advanced tools
Comparing version 2.29.0-rc.7 to 2.29.0-rc.8
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.29.0-rc.7", | ||
"version": "2.29.0-rc.8", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -57,2 +57,3 @@ "main": "dist/editorjs.umd.js", | ||
"cypress-intellij-reporter": "^0.0.7", | ||
"cypress-plugin-tab": "^1.0.5", | ||
"cypress-terminal-report": "^5.3.2", | ||
@@ -59,0 +60,0 @@ "eslint": "^8.37.0", |
@@ -39,2 +39,7 @@ import {BlockToolData, ToolConfig} from '../tools'; | ||
/** | ||
* True if Block has inputs to be focused | ||
*/ | ||
readonly focusable: boolean; | ||
/** | ||
* Setter sets Block's stretch state | ||
@@ -41,0 +46,0 @@ * |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
636439
12305
33