mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 13:38:12 +08:00
explain disable
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user