Skip to content

Choice Inplace Editor allows a batch creating of more than the specified number of items (creator.maximumChoicesCount) #1164

Choice Inplace Editor allows a batch creating of more than the specified number of items (creator.maximumChoicesCount)

Choice Inplace Editor allows a batch creating of more than the specified number of items (creator.maximumChoicesCount) #1164

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint