getBlockParent() {
    let scope = this;
    do {
      if (scope.path.isBlockParent()) {
        return scope;