Various improvements

This commit is contained in:
Isaac
2025-08-22 15:31:31 +02:00
parent adf218345a
commit 114401f62b
13 changed files with 815 additions and 401 deletions

View File

@@ -1040,7 +1040,7 @@ public final class InteractiveTextNodeLayout: NSObject {
}
}
height += self.insets.top + self.insets.bottom + 2.0
return CGSize(width: self.size.width + self.insets.left + self.insets.right, height: ceil(height))
return CGSize(width: self.size.width, height: ceil(height))
}
}