mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
Fixed node.startDrag() behavior. We can call it at any time.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user