Skip to content

1.7.13

Compare
Choose a tag to compare
@WalterNorthwoods WalterNorthwoods released this 23 Jun 15:07
· 282 commits to master since this release

• Fixed a bug with pinch-zooming in some browsers.
• Fixed a regression with Diagram.makeSVG. It would not include CORS-disabled images.
• Fixed a bug with the TextEditingTool when using custom HTML text editors. The code attempted to call editor.focus() and editor.setSelectionRange() before the editor was added to the DOM. This problem does not affect HTMLInfo, only HTML Element text editors.
• Improved dragging of nodes from a Diagram or Palette onto an empty Diagram.