diff --git a/desktop/sources/scripts/dotgrid.js b/desktop/sources/scripts/dotgrid.js index 59b63b8..020b2d8 100644 --- a/desktop/sources/scripts/dotgrid.js +++ b/desktop/sources/scripts/dotgrid.js @@ -287,7 +287,7 @@ function Dotgrid(width,height,grid_x,grid_y,block_x,block_y) { if(this.preview_prev == operation){ return; } - this.preview_el.innerHTML = !operation || operation == "close" || !dotgrid.tool.can_cast(operation) ? `` : ``; + this.preview_el.innerHTML = !operation || operation == "close" || !dotgrid.tool.can_cast(operation) ? `` : ``; this.preview_prev = operation; } @@ -520,4 +520,4 @@ window.addEventListener('dragover',function(e) String.prototype.capitalize = function() { return this.charAt(0).toUpperCase() + this.slice(1).toLowerCase(); -} \ No newline at end of file +}