]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5752 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 23 Feb 2023 15:38:38 +0000 (16:38 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 23 Feb 2023 15:38:38 +0000 (16:38 +0100)
resources/linkeditor/js/linkeditor.resize.js

index b19b8f7c02037c47d1fbb3c56b3f034f6e631fa9..4729effd8e8a4b3e4f61855b4004c99034266807 100644 (file)
@@ -25,9 +25,9 @@ LinkeditorResize.prototype = {
 
         let special = this.linkeditor.utils.isSpecialPage();
         if (this.linkeditor.single || special) {
-            $("#linkeditor").addClass('single');
+            $("#linkeditor").addClass('single').removeClass('double');
         } else {
-            $("#linkeditor").addClass('double');
+            $("#linkeditor").addClass('double').removeClass('single');
         }
 
         if (special) {