Skip to content

Commit

Permalink
resolve moving problem
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed May 23, 2015
1 parent 47cf631 commit 4a632c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/md_base/src/app/common/directives/panel/panel.tpl.jade
@@ -1,6 +1,6 @@
div.inner-container
div.title-bar(layout="row")
div.title(flex, ng-class="{locked: panel.locked}") {{ panel.title }}
div.title.no-select(flex, ng-class="{locked: panel.locked}") {{ panel.title }}
div.buttons(ng-if="!panel.locked")
md-button(ng-click="panel.toggleCollapse()")
md-icon(md-svg-icon="expand-panel", ng-show="panel.isCollapsed")
Expand Down
2 changes: 1 addition & 1 deletion www/md_base/src/app/home/home.controller.coffee
Expand Up @@ -21,6 +21,6 @@ class Home extends Controller

edit_panels: (state) ->
@editing_panels = state
@sortable_settings.disabled = state
@sortable_settings.disabled = !state
@settings.lock_panels.value = !state
@bbSettingsService.save()

0 comments on commit 4a632c3

Please sign in to comment.