This repository was archived by the owner on Mar 19, 2025. It is now read-only.
forked from bpmn-io/diagram-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Consumers of the diagram may bootstrap it with a service map that is being used during type inference.
* handles combined override / optional args signatures
Ensures we don't cover up internal and external type issues.
Co-authored-by: Nico Rehwaldt <[email protected]>
Ensures we don't capture a canvas click via the backdrop, but instead register click outside as an external (global) handler. chore(popup-menu): remove backdrop * Drop backdrop * Move exit and focus handling to PopupMenuWrapper
Ensure we do not react to `SPACE` and `ENTER` on buttons to shadow stock keyboard interaction / block browser default behavior.
Add a marginal margin to ensure outline is properly displayed.
Slightly improves `clear`, a heavily used utility.
* we should not mix ES5 and >ES5 within a single file
This will allow us to optimize certain performance heavy operations in the future.
* `Array#includes` is fully supported in ES2018
We'll otherwise force the browser into expensive re-flows.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumped diagram-js von
14.1.0
auf14.8.0
.