Skip to content

Commit

Permalink
fix: add attribute dnd-exclude to resize handles
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 30, 2022
1 parent a0b6f98 commit 63104bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/admin/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ <h2>$<span fetch-collection="" filter-name="total" chart-operator="sum">4000</sp
<div class="width:120px">
<div class="progressbar-circle text-align:center width:100%" progressbar-color="#22CCE2" percent-value="85" percent-note="New Visits"></div>
</div>
<div resize="right"></div>
<div resize="bottom"></div>
<div resize="right" dnd-exclude></div>
<div resize="bottom" dnd-exclude></div>
</div>

<div template_id="card" fetch-type="scroll" class="visibility:hidden height:30px"></div>
Expand All @@ -232,7 +232,7 @@ <h2>Coming Soon <a actions="remove" remove-closest=".card"> X</a></h2>
</div>

<script src="https://cdn.cocreate.app/1.22.1/CoCreate.min.js"></script>
<!--<script src="../../../../CoCreateJS/dist/CoCreate.js"></script>-->
<!-- <script src="../../../../CoCreateJS/dist/CoCreate.js"></script> -->

</body>

Expand Down

0 comments on commit 63104bb

Please sign in to comment.