Skip to content

Remove unneeded check from defaultStyleAt

Waqar Ahmed requested to merge work/remove-check-defstyleattr into master

The check is done internally in defStyleNum. The column position may not be on a char boundary which is okay as we will just return the attribute span containing that column

Merge request reports