Skip to content

fix(image.ts): make accessing classList of HtmlImage optional in setElement function to prevent error when using node canvas image #1136

fix(image.ts): make accessing classList of HtmlImage optional in setElement function to prevent error when using node canvas image

fix(image.ts): make accessing classList of HtmlImage optional in setElement function to prevent error when using node canvas image #1136

name: 'Update 📋'
on:
pull_request:
branches: [master]
types: [opened, edited]
jobs:
changelog:
if: github.event.action == 'opened' || github.event.changes.title.from != github.event.pull_request.title
uses: ./.github/workflows/changelog.yml
with:
create: ${{ github.event.action == 'opened' }}
update: ${{ github.event.changes.title.from != github.event.pull_request.title }}