Import transpiled rbush. Resolves #10379

This commit is contained in:
Matt Walker
2019-12-05 12:09:42 +00:00
parent fb73bbaa00
commit a389903749
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import {
import {createCanvasContext2D} from '../../dom.js';
import {labelCache, defaultTextAlign, measureTextHeight, measureAndCacheTextWidth, measureTextWidths} from '../canvas.js';
import Disposable from '../../Disposable.js';
import RBush from 'rbush';
import RBush from 'rbush/rbush.js';
/**