From 8797c975badf36a265782d3494618af0a306ec59 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 24 Feb 2018 12:32:49 +0900 Subject: [PATCH] Fix #1137 --- src/web/app/common/define-widget.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/app/common/define-widget.ts b/src/web/app/common/define-widget.ts index 844603daa..97925cf44 100644 --- a/src/web/app/common/define-widget.ts +++ b/src/web/app/common/define-widget.ts @@ -40,6 +40,7 @@ export default function(data: { this.$watch('props', newProps => { if (this.preventSave) { this.preventSave = false; + this.bakeProps(); return; } if (this.bakedOldProps == JSON.stringify(newProps)) return;