From 562eddfa5838a17b6c1ab4a644dbdae48ea209b7 Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 25 Jul 2019 13:49:02 +0200 Subject: [PATCH] feat(selection): draggable --- .postcssrc | 6 ++ example/index.html | 2 +- rollup.config.js | 9 +-- src/NodeRenderer/NodeTypes/wrapNode.js | 14 ++--- src/NodesSelection/index.js | 77 ++++++++++++++++++++++---- src/graph-utils.js | 1 + src/style.css | 1 + 7 files changed, 83 insertions(+), 27 deletions(-) create mode 100644 .postcssrc diff --git a/.postcssrc b/.postcssrc new file mode 100644 index 00000000..87c44bea --- /dev/null +++ b/.postcssrc @@ -0,0 +1,6 @@ +{ + plugins: { + "postcss-nested": {}, + "autoprefixer": {} + } +} \ No newline at end of file diff --git a/example/index.html b/example/index.html index d1e1cb0d..323a4f14 100644 --- a/example/index.html +++ b/example/index.html @@ -4,7 +4,7 @@ - + Document