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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user