Files
DefinitelyTyped/types/slate
Dimitar Dimitrov ece03cde44 Bugfix for SlateJs Path type (#31627)
`Path` should accept a number as well, for example `.moveTo(5)` should be accepted as indicated in the documentation and source code of Slate (internally it will default to an offset).

7192a97600/packages/slate/src/models/point.js (L299-L314)
2018-12-31 08:58:55 -08:00
..