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 1d6b944 commit 75e86baCopy full SHA for 75e86ba
crates/gpui/src/platform/mac/text_system.rs
@@ -450,7 +450,6 @@ impl MacTextSystemState {
450
// to prevent core text from forming ligatures between them
451
let needs_zwnj = last_font_run.replace(run.font_id) == Some(run.font_id);
452
453
- let n_zwnjs = self.zwnjs_scratch_space.len(); // from previous loop
454
let utf16_start = string.char_len(); // insert at end of string
455
ix_converter.advance_to_utf8_ix(ix_converter.utf8_ix + run.len);
456
0 commit comments