Commit e3625699b0a8f9fe3517f72d5a120588aa11ca99
1 parent
44a31473
this is solution of bug dragdivposition
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
... | ... | @@ -292,7 +292,7 @@ |
292 | 292 | <div class="dropdown-menu active" id="navigatorDiv" style="min-height:auto; min-width:auto; "> |
293 | 293 | <div id="containment-wrapper" align="center" style="min-width:auto;height:119px; "> |
294 | 294 | <img id="navimg" alt=""/> |
295 | - <div id="draggable" class="draggable ui-widget-content" ng-mouseup="ScrollCanvasDiv()" ng-style="dragdivposition"> | |
295 | + <div id="draggable" class="draggable ui-widget-content dragdivposition" ng-mouseup="ScrollCanvasDiv()" > | |
296 | 296 | </div> |
297 | 297 | </div> |
298 | 298 | ... | ... |