fix: fix a bug where paste rules doesn’t worked at the start of the document, see #1225
This commit is contained in:
3
packages/core/src/utilities/isNumber.ts
Normal file
3
packages/core/src/utilities/isNumber.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function isNumber(value: any): value is number {
|
||||
return typeof value === 'number'
|
||||
}
|
||||
Reference in New Issue
Block a user