We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d6869 commit 7bd5c53Copy full SHA for 7bd5c53
docs/CHANGELOG.md
@@ -5,6 +5,7 @@
5
- `Refactoring` — Popover class refactored.
6
- `Improvement` — *Toolbox* — Number of `close()` method calls optimized.
7
- `Improvement` — The `onChange` callback won't be triggered only if all mutations contain nodes with the `data-mutation-free` attributes.
8
+- `Fix` — Resolve compiler error from importing the BlockToolData type
9
10
### 2.26.5
11
types/configs/conversion-config.ts
@@ -1,4 +1,4 @@
1
-import {BlockToolData} from '../tools';
+import type { BlockToolData } from '../tools';
2
3
/**
4
* Config allows Tool to specify how it can be converted into/from another Tool
0 commit comments