diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 40122ad4b..bb7e47e17 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1748,6 +1748,7 @@ class AppDisplay extends BaseAppView { _onDragEnd() { super._onDragEnd(); this._removePlaceholder(); + this._savePages(); } _onDragCancelled(overview, source) {