Skip to content

Commit

Permalink
fix resizable and draggable toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatic committed May 22, 2015
1 parent 393d1b5 commit b75fee5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-gridster",
"version": "0.13.3",
"version": "0.13.4",
"main": ["src/angular-gridster.js", "dist/angular-gridster.min.css"],
"dependencies": {
"angular": ">= 1.2.0",
Expand Down
Loading

2 comments on commit b75fee5

@mikehaas763
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an issue that this commit originated from? Just trying to understand what this fixes.

@zygimantas
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm one issue with 0.13.3 which was fixed with this commit: after inserting a new widget, it was resizeable (handles were visible), but not movable by dragging and dropping. Once the page is reloaded and the same state is passed to the dashboard, the widget became movable.

Please sign in to comment.