rightHandle.enter()
      .append("rect")
      .attr('width', this.config.frameHandleThickness)
      .attr('height', this.config.height)
      .style("cursor", "ew-resize")