diff --git a/src/ui/textedit.cpp b/src/ui/textedit.cpp index 9b91af5fb..44023ebd8 100644 --- a/src/ui/textedit.cpp +++ b/src/ui/textedit.cpp @@ -799,7 +799,6 @@ struct Utf8RangeBuilder : public text::TextBlob::RunHandler { void commitRunBuffer(TextBlob::RunInfo& info) override { - ASSERT(info.clusters == nullptr || *info.clusters == 0); for (int i = 0; i < info.glyphCount; ++i) { ranges.push_back(info.getGlyphUtf8Range(i)); }