Commit 70900ba8 authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Remove an inaccurate comment

parent b63fba7a
......@@ -65,8 +65,6 @@ export class BucketBarClient {
this._updatePending = true;
requestAnimationFrame(() => {
// Computing anchor positions may be expensive when there are many
// annotations or a forced layout reflow
const positions = computeAnchorPositions(this._anchors);
this._hostRPC.call('anchorsChanged', positions);
this._updatePending = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment