Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Mar 3, 2019
1 parent f1223e9 commit c8459a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/scenegraph.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ declare class RootNode extends SceneNode {
* **Since:** XD 14
* Object representing the current selection state and edit context. Also available as the first argument passed to your plugin command handler function.
*/
const selection: Selection;
const selection: SceneNodeList;

/**
* **Since:** XD 14
Expand Down

0 comments on commit c8459a6

Please sign in to comment.