Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Issue 376- Migrate Constraints View in Editor #383

Merged
merged 15 commits into from
Jul 25, 2023
Merged

Conversation

tomatenhans
Copy link
Contributor

implement #376

@tomatenhans tomatenhans changed the title Issue 376 Issue 376- Migrate COnstraints View in Editor Jul 18, 2023
@@ -223,6 +217,8 @@ export default {
this.constraintText.slice(0, pos) +
textToInsert +
this.constraintText.slice(pos);
console.log("New constraintstext: "+ this.constraintText);
this.selectedFeatureNode=undefined;
Copy link
Contributor Author

@tomatenhans tomatenhans Jul 18, 2023

Choose a reason for hiding this comment

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

After hours of debugging this non logic Line fixed an issue with the v-model i did not understand.
This works fine but its still a "quick and dirty" solution.

Need some assistance here 😄

@h3ssto h3ssto changed the title Issue 376- Migrate COnstraints View in Editor Issue 376- Migrate Constraints View in Editor Jul 21, 2023
@LukasOsti LukasOsti marked this pull request as ready for review July 23, 2023 12:32
@LukasOsti LukasOsti self-requested a review July 23, 2023 12:32
@LukasOsti LukasOsti changed the base branch from dev to release-v0.1 July 23, 2023 12:35
Copy link
Contributor

@LukasOsti LukasOsti left a comment

Choose a reason for hiding this comment

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

Code looks good and works on my pc

@tomatenhans tomatenhans merged commit 1de10a6 into release-v0.1 Jul 25, 2023
@tomatenhans tomatenhans deleted the issue-376 branch July 25, 2023 10:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants