fix include note sizing when in readonly mode, closes #4135

This commit is contained in:
zadam
2023-08-08 22:56:45 +02:00
parent 6ae7661603
commit 9166765ced
2 changed files with 6 additions and 7 deletions

View File

@@ -259,8 +259,6 @@ function init() {
};
$.fn.setSelectedExternalLink = function (externalLink) {
console.trace("setSelectedExternalLink");
if (externalLink) {
$(this)
.closest(".input-group")