Fixed node.startDrag() behavior. We can call it at any time.

This commit is contained in:
Anton Lavrenov
2019-08-08 11:13:55 +07:00
parent f452145bb2
commit 61b46658bc
6 changed files with 73 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ cd ../konva-site
echo "replace CDN links"
find source themes react-demos vue-demos main-demo -name "*.json|*.html" -exec perl -i -pe "s|${old_version}|${new_version}|g" {} + >/dev/null
find source themes/hexo3/layout react-demos vue-demos main-demo -iname "*.json" -o -iname "*.html" -exec perl -i -pe "s|${old_version}|${new_version}|g" {} + >/dev/null
echo "regenerate site"
./deploy.sh >/dev/null