Skip to content

Commit

Permalink
Added ver to appinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
stdiopt committed Mar 1, 2018
1 parent c8a59f2 commit f44b844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/doc/appinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
* **Remove Link**: Middle button click on the link
* **Create a portal**: Drag an output socket from a node to an empty space check <a href="readme#portal-from" target="_blank">portals</a> on readme for further information

<small>&copy; Luis Figueiredo (luisf@hexasoftware.com)</small>
<small>&copy; Luis Figueiredo (luisf@hexasoftware.com) v: 0.0.1</small>
3 changes: 3 additions & 0 deletions src/components/flow/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export default {
},
computed: {
...mapGetters('flow', ['registry', 'activity', 'nodeData', 'nodeById', 'nodeSelection']),
version () {
return window._flow_version_
},
panzoomIdentity () {
for (let i = 0; i < 16; i++) {
if (this.panzoomCTM[i] !== affIdentity[i]) {
Expand Down

0 comments on commit f44b844

Please sign in to comment.