@visactor/vtable
Version:
canvas table width high performance
8 lines (7 loc) • 341 B
JavaScript
export function temporarilyUpdateSelectRectStyle(rectAttribute, scene) {
const {selectedRangeComponents: selectedRangeComponents} = scene;
selectedRangeComponents.forEach(((selectComp, key) => {
selectComp.rect.setAttributes(rectAttribute);
})), scene.updateNextFrame();
}
//# sourceMappingURL=update-select-style.js.map