@visactor/vtable
Version:
canvas table width high performance
14 lines (11 loc) • 543 B
JavaScript
;
function temporarilyUpdateSelectRectStyle(rectAttribute, scene) {
const {selectedRangeComponents: selectedRangeComponents} = scene;
selectedRangeComponents.forEach(((selectComp, key) => {
selectComp.rect.setAttributes(rectAttribute);
})), scene.updateNextFrame();
}
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.temporarilyUpdateSelectRectStyle = void 0, exports.temporarilyUpdateSelectRectStyle = temporarilyUpdateSelectRectStyle;
//# sourceMappingURL=update-select-style.js.map