mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 03:18:12 +08:00
async render queue again, move debounce up to component
This commit is contained in:
@@ -101,5 +101,5 @@ const drawCellLinesSync = (
|
||||
_.each(metadata, _draw)
|
||||
}
|
||||
|
||||
export default _.debounce(drawCellLinesSync, 100);
|
||||
export default drawCellLinesUsingRenderQueue;
|
||||
// export default drawCellLinesUsingRenderQueue;
|
||||
|
||||
Reference in New Issue
Block a user