case scribingShapes.RECT: {
            // Make previous rect unselectable if it exists
            if (this.rect && this.rect.type === 'rect') {
              this.rect.selectable = false;
            }