diff --git a/react-selection.iml b/react-selection.iml
new file mode 100644
index 0000000..8021953
--- /dev/null
+++ b/react-selection.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/index.jsx b/src/index.jsx
index dc4617d..ae9518f 100644
--- a/src/index.jsx
+++ b/src/index.jsx
@@ -218,9 +218,9 @@ class Selection extends React.Component {
}
render() {
- const {children, target, ...props} = this.props
+ const {children, target, className="react-selection",...props} = this.props
return (
-