Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable30] Fix some JS console errors #6600

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Nov 5, 2024

Backport of PR #6597

The property `isEmbedded` only gets provided in `ViewerComponent.vue`.
When the editor gets created though other means, e.g. via editor API
(`editor.js`), `isEmbedded` is not provided and thus produces an error:

> Injection "isEmbedded" not found

Signed-off-by: Jonas <[email protected]>
@backportbot backportbot bot added bug Something isn't working 3. to review labels Nov 5, 2024
@backportbot backportbot bot added this to the Nextcloud 30.0.2 milestone Nov 5, 2024
This was referenced Nov 5, 2024
@juliusknorr juliusknorr merged commit afc35d1 into stable30 Nov 7, 2024
59 of 61 checks passed
@juliusknorr juliusknorr deleted the backport/6597/stable30 branch November 7, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants