Skip to content

Commit 7bd5c53

Browse files
arkamalineSpecc
andauthored
fix(types): compiler error from importing type BlockToolData (#2264)
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
1 parent 58d6869 commit 7bd5c53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- `Refactoring` — Popover class refactored.
66
- `Improvement`*Toolbox* — Number of `close()` method calls optimized.
77
- `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
89

910
### 2.26.5
1011

types/configs/conversion-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {BlockToolData} from '../tools';
1+
import type { BlockToolData } from '../tools';
22

33
/**
44
* Config allows Tool to specify how it can be converted into/from another Tool

0 commit comments

Comments
 (0)