async render queue again, move debounce up to component

This commit is contained in:
Colin Megill
2017-11-26 23:18:30 -08:00
parent f81aec9da4
commit 2af16dc4c6

View File

@@ -101,5 +101,5 @@ const drawCellLinesSync = (
_.each(metadata, _draw)
}
export default _.debounce(drawCellLinesSync, 100);
export default drawCellLinesUsingRenderQueue;
// export default drawCellLinesUsingRenderQueue;