Merge branch 'master' into develop
This commit is contained in:
commit
98109ab40e
9 changed files with 2728 additions and 33 deletions
|
@ -74,6 +74,7 @@ export default class FeatureInfoBox extends ScrollableFullScreen {
|
|||
// This is a question box!
|
||||
const questionBox = questionBoxes.get(tr.group)
|
||||
questionBoxes.delete(tr.group)
|
||||
|
||||
renderingsForGroup.push(questionBox)
|
||||
} else {
|
||||
let classes = innerClasses
|
||||
|
|
|
@ -11,7 +11,8 @@ import TagRenderingConfig from "../../Models/ThemeConfig/TagRenderingConfig";
|
|||
*/
|
||||
export default class TagRenderingAnswer extends VariableUiElement {
|
||||
|
||||
constructor(tagsSource: UIEventSource<any>, configuration: TagRenderingConfig, contentClasses: string = "", contentStyle: string = "") {
|
||||
constructor(tagsSource: UIEventSource<any>, configuration: TagRenderingConfig,
|
||||
contentClasses: string = "", contentStyle: string = "") {
|
||||
if (configuration === undefined) {
|
||||
throw "Trying to generate a tagRenderingAnswer without configuration..."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue