# HG changeset patch # User Alexandre Segura # Date 1487784718 -3600 # Node ID 7c0b98b10e0089cf25fd81c18cccb9c0b84f6163 # Parent 6425443f0b12ca80ca71434a9dfe1f9c0287a175 Do not show custom cursors when readonly. diff -r 6425443f0b12 -r 7c0b98b10e00 src_js/iconolab-bundle/src/components/editor/Canvas.vue --- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Feb 22 18:31:01 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Feb 22 18:31:58 2017 +0100 @@ -2,7 +2,8 @@
+ class="shape" + v-bind:class="{ 'shape--draggable': !readonly }">