We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0db9bf commit 34ab428Copy full SHA for 34ab428
packages/textkit/src/layout/wrapWords.ts
@@ -41,8 +41,6 @@ const wrapWords = (
41
const syllables = [];
42
const fragments = [];
43
44
- console.log('>>>> attributedString', attributedString);
45
-
46
const builtinHyphenate = engines.wordHyphenation?.() || defaultHyphenate;
47
48
const hyphenate = options.hyphenationCallback || builtinHyphenate;
0 commit comments