mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-21 19:26:09 +03:00
font/shaper/web_canvas: needs to add null selection for shaper test
This commit is contained in:
@ -287,7 +287,7 @@ pub const Wasm = struct {
|
||||
while (rowIter.next()) |row| {
|
||||
defer y += 1;
|
||||
|
||||
var iter = self.runIterator(group, row);
|
||||
var iter = self.runIterator(group, row, null);
|
||||
while (try iter.next(alloc)) |run| {
|
||||
const cells = try self.shape(run);
|
||||
log.info("y={} run={d} shape={any} idx={}", .{
|
||||
|
Reference in New Issue
Block a user