Skip to content

Conversation

@LukasHirt
Copy link
Collaborator

Description

Keep the comment in app wrapper outside of the template to avoid breaking the app layout in dev server.

Motivation and Context

Fixed layout.

How Has This Been Tested?

  • test environment: macos, chrome
  • test case 1: open a file in onlyoffice

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Keep the comment in app wrapper outside of the template to avoid
breaking the app layout in dev server.
@LukasHirt LukasHirt requested review from Copilot and mzner November 6, 2025 10:53
@LukasHirt LukasHirt self-assigned this Nov 6, 2025
@update-docs
Copy link

update-docs bot commented Nov 6, 2025

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors ESLint directive handling for the vuejs-accessibility/no-static-element-interactions rule in the AppWrapper component. The change moves the ESLint disable comment outside the template to avoid breaking the app, and adds a corresponding enable comment after the affected element.

  • Changed from inline eslint-disable-next-line to disable/enable block pattern
  • Moved ESLint comment outside the <template> tag with explanatory note

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 6, 2025

@LukasHirt LukasHirt enabled auto-merge November 6, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants