Skip to content

Commit 79b60af

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into develop
2 parents a13661a + ab64930 commit 79b60af

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ npm run test
3030

3131
```
3232

33+
> Make sure you have installed `less` globally on your machine by running `npm install less --global` before build **uikit**
34+
3335
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"dev": "node build/dev-server.js",
99
"build": "node build/build.js",
1010
"build:uikit": "cd node_modules/uikit && npm install && npm run compile && node ../../build/uikit.js",
11-
"preinstall": "npm install less -g",
1211
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
1312
"e2e": "node test/e2e/runner.js",
1413
"test": "npm run unit && npm run e2e",

src/components/canvas/Elements.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export default {
211211
212212
const targetId = target.getAttribute(SelectorAttrId)
213213
let dropline = {
214+
index: 0,
214215
element: targetId,
215216
target: targetId,
216217
position: {},

0 commit comments

Comments
 (0)