Skip to content

Commit

Permalink
Feature add hotkey c and v (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andrey authored Mar 19, 2020
1 parent 33cec36 commit af48d09
Show file tree
Hide file tree
Showing 13 changed files with 907 additions and 423 deletions.
10 changes: 9 additions & 1 deletion addon/components/fd-uml-diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,21 @@ export default Component.extend(
*/
draggedLinkView: undefined,

/**
model of the UML diagram.
@property model
@default undefined
*/
model: undefined,

/**
All primitives of the UML diagram.
@property primitives
@type Ember.Array
*/
primitives: undefined,
primitives: computed.alias('model.primitives'),

/**
True when link adding in process.
Expand Down
Loading

0 comments on commit af48d09

Please sign in to comment.