Skip to content

refactor(annotations): replace getPosition calls with shared helper

ce897bf
Select commit
Loading
Failed to load commit list.
Merged

feat(annotations): add logic for drawing/region annotation cursor input on rotated files #748

refactor(annotations): replace getPosition calls with shared helper
ce897bf
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 13, 2026 in 6m 11s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #748 feat(annotations): correct drawing coords on rotated pages.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State
10338.1 Build 22 Linux passed
10338.2 Code Lint 22 Linux passed
10338.3 Unit Tests 22 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 22
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "22"
  ],
  "addons": {
    "apt": {
      "packages": [
        "libgconf-2-4"
      ]
    }
  },
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules",
      "~/.cache/Cypress"
    ]
  },
  "before_install": [
    "curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5",
    "export HUSKY_SKIP_HOOKS=1",
    "export NODE_OPTIONS=--openssl-legacy-provider",
    "export PATH=$HOME/.yarn/bin:$PATH",
    "export TZ=America/Los_Angeles"
  ],
  "jobs": {
    "include": [
      {
        "name": "Build",
        "script": [
          "yarn build"
        ]
      },
      {
        "name": "Code Lint",
        "script": [
          "yarn lint"
        ]
      },
      {
        "name": "Unit Tests",
        "script": [
          "yarn test"
        ]
      },
      {
        "name": "E2E Tests",
        "if": "fork = false",
        "script": [
          "travis_wait 60 yarn test:e2e"
        ]
      }
    ]
  },
  "notifications": {
    "email": [
      {
        "recipients": [
          "preview-dev@box.com"
        ]
      }
    ]
  }
}