Skip to content

Commit

Permalink
trigger resize (for new popup-mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass committed Nov 4, 2024
1 parent af47cee commit 862f08e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/webfrontend/EditorFieldVisibility.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class EditorFieldVisibility extends CustomMaskSplitter
##########################################################################################

renderField: (opts) ->

that = @

# name of the observed field
Expand Down Expand Up @@ -285,7 +284,6 @@ class EditorFieldVisibility extends CustomMaskSplitter
jsonFieldList = jsonFieldList.filter (value) -> value isnt null
console.log jsonFieldList


##################################################################################
# if observedFieldValue is empty --> hide all fields, except the observed field
##################################################################################
Expand Down Expand Up @@ -320,6 +318,14 @@ class EditorFieldVisibility extends CustomMaskSplitter
else
CUI.dom.showElement(actionField.element)

##################################################################################
# trigger autosize (sometimes needed in popover)
##################################################################################
CUI.Events.trigger
type: "content-resize"
node: observedField.getElement()



##################################################################################
# hide an clear a mask-field
Expand Down

0 comments on commit 862f08e

Please sign in to comment.