]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5761 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Feb 2023 16:50:38 +0000 (17:50 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Feb 2023 16:50:38 +0000 (17:50 +0100)
resources/linkeditor/js/linkeditor.js

index ae774af1d2a505e2357375de040afe04e644b346..b95f3d8db3ed3990fcf12e673f0add5670fe2563 100644 (file)
@@ -356,6 +356,10 @@ LinkEditor.prototype = {
     },
 
     changePage: function (page) {
+        // Save and deselect all links
+        this.links.deselectAllLinks();
+        this.form.emptyForm();
+
         var $this = this;
         this.maskHashEvent = true;
         setTimeout(function () {