Skip to content

Commit c4ab629

Browse files
committed
Reference issue instead of PR
1 parent 7bd5763 commit c4ab629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/spans/AztecDynamicImageSpan.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ abstract class AztecDynamicImageSpan(val context: Context, protected var imageDr
8282
} else {
8383
// This block of code was added in order to resolve
8484
// span overlap issue on Chromebook devices
85-
// -> https://github.com/wordpress-mobile/AztecEditor-Android/pull/835
85+
// -> https://github.com/wordpress-mobile/AztecEditor-Android/issues/836
8686
return super.getSize(paint, text, start, end, metrics)
8787
}
8888
}
@@ -98,7 +98,7 @@ abstract class AztecDynamicImageSpan(val context: Context, protected var imageDr
9898
// if we're in pre-layout phase, just return an empty rect
9999
// Update: Previous version of this code was: return Rect(0, 0, 1, 1)
100100
// but we needed to change it as it caused span overlap issue on Chromebook
101-
// devices -> https://github.com/wordpress-mobile/AztecEditor-Android/pull/835
101+
// devices -> https://github.com/wordpress-mobile/AztecEditor-Android/issues/836
102102
return Rect(0, 0, 0, 0)
103103
}
104104

0 commit comments

Comments
 (0)