explain disable

This commit is contained in:
Severiano Badajoz
2020-05-28 11:37:02 -07:00
parent f52313303a
commit bde5e32d5e
+1
View File
@@ -10,6 +10,7 @@ export default class Truncate extends Component {
// Uses binary-search-esque method to find largest fitting string given a maxSize
// Params: font, size, bold, italic, map
// Memoizing requires this function to be above the memo function
// eslint-disable-next-line react/sort-comp
static _computeLargestTruncatedString = (
str,