feat: support set frame background color

This commit is contained in:
alt0
2022-08-03 17:28:21 +08:00
parent d683f7ce05
commit cb7b16c7b3
8 changed files with 182 additions and 86 deletions
@@ -284,6 +284,7 @@ export class SelectTool extends BaseTool<Status> {
override onPointerMove: TLPointerEventHandler = (info, e) => {
const { originPoint, currentPoint } = this.app;
console.log('this.status', this.status);
switch (this.status) {
case Status.PointingBoundsHandle: {