Skip to content

Commit ec27b1f

Browse files
committed
Ugh.. forgot class tag in text-element that made it movable/resizable in view
1 parent 8aae342 commit ec27b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/posterboards/show.html

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
domstring = "<div id='element" + element.pk + "'" +
299299
" element-type='text'"+
300300
" state-id='" + state.pk + "'" +
301+
" class='element-class' " +
301302
" style='" + elementstyles +
302303
" left:"+ (state.fields.position_x * gridArray[0]) + ";"+
303304
" top:"+ (state.fields.position_y * gridArray[0]) + ";"+

0 commit comments

Comments
 (0)