Fix: match content to placeholder for textfield in editor (ticket, badge)

This commit is contained in:
Richard Schreiber
2022-05-04 09:06:39 +02:00
parent 1aadfe3535
commit b33ac1910e

View File

@@ -658,7 +658,7 @@ var editor = {
lockRotation: false,
fontFamily: 'Open Sans',
lineHeight: 1,
content: 'item',
content: 'event_name',
editable: false,
fontSize: editor._pt2px(13)
});