1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

Remove useless code

This commit is contained in:
Samy Pesse
2016-10-24 19:59:02 +02:00
parent ee62f3c339
commit c8f69a4f94

View File

@@ -1015,9 +1015,5 @@ export function wrapTextAtRange(transform, range, prefix, suffix = prefix, optio
transform.insertTextAtRange(start, prefix, { normalize })
transform.insertTextAtRange(end, suffix, { normalize })
if (normalize) {
}
return transform
}