@ -120,6 +120,8 @@ export default {
},
updateGuides(guides) {
const { editor } = this;
(guides || this.guides).forEach(item => {
const { origin } = item;
const { top, height, left, width } = editor.Canvas.getElementPos(origin);