Skip to content

Commit

Permalink
docs(embedding): clarify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored Jan 6, 2025
1 parent 0136974 commit 24ab137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This example shows how different versions of the toolkit can be embedded easily into a HTML page.

Keyboard binding and focus handling is done natively, as you expect from other elements on the canvas. For more information see [pull request](https://github.com/bpmn-io/diagram-js/pull/662) and [changelog](https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELOG.md#1500) for `diagram-js` v15.0.0.
> [!NOTE]
> Starting with [bpmn-js@18](https://github.com/bpmn-io/bpmn-js/blob/develop/CHANGELOG.md#1800) diagram containers are focusable elements that play nicely with others.
## About

Expand All @@ -26,4 +27,4 @@ Spawn the demo by executing
npm start
```

Both tasks generate the distribution ready client-side modeler application into the `public` folder.
Both tasks generate the distribution ready client-side modeler application into the `public` folder.

0 comments on commit 24ab137

Please sign in to comment.