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

Feature 332: Schliessen (x) im Editiermodus soll zur vorigen Seite führen #367

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

daniel-va
Copy link
Contributor

Resolves #332.

@daniel-va daniel-va requested a review from TIL-EBP January 15, 2025 10:09
@daniel-va daniel-va self-assigned this Jan 15, 2025
@daniel-va daniel-va marked this pull request as ready for review January 15, 2025 10:16
@daniel-va daniel-va force-pushed the feature/assets-332-schliessen-im-editor-zurück branch from 781a2cc to e8b7513 Compare January 15, 2025 11:55
@@ -245,8 +247,11 @@ export class AssetEditorTabPageComponent {
let lastTabValue: string | undefined = undefined;
const onValueChange = (value: string) => {
if (value === lastTabValue) return;
console.log('reroute', value);
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

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.

Schliessen (x) im Editiermodus soll zur vorigen Seite führen
2 participants