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

fix(outline): external label resize #2003

Merged
merged 1 commit into from
Nov 3, 2023
Merged

fix(outline): external label resize #2003

merged 1 commit into from
Nov 3, 2023

Conversation

smbea
Copy link
Contributor

@smbea smbea commented Nov 2, 2023

Closes #2001

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Nov 2, 2023
@smbea smbea marked this pull request as ready for review November 2, 2023 16:15
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Nov 2, 2023
@smbea smbea requested review from barmac, a team and marstamm and removed request for a team November 2, 2023 16:16
expect(bounds.height).to.be.closeTo(24, DELTA);

// when
modeling.updateLabel(externalLabel, 'fooooooooooooooo');
Copy link
Member

Choose a reason for hiding this comment

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

I like this test case :D

@barmac
Copy link
Member

barmac commented Nov 3, 2023

Changing target to master.

@barmac barmac changed the base branch from develop to master November 3, 2023 10:51
@barmac barmac merged commit c9f4c83 into master Nov 3, 2023
12 checks passed
@barmac barmac deleted the update-label-outline branch November 3, 2023 10:52
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Nov 3, 2023
@github-actions github-actions bot mentioned this pull request Nov 3, 2023
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.

External label selection outline is incorrect after label is created or modified
2 participants