Fix StopGapWidget infinitely recursing
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									430bceb91d
								
							
						
					
					
						commit
						67193b0ea7
					
				|  | @ -66,7 +66,7 @@ class ElementWidget extends Widget { | |||
|         if (WidgetType.JITSI.matches(this.type)) { | ||||
|             return WidgetUtils.getLocalJitsiWrapperUrl({ | ||||
|                 forLocalRender: true, | ||||
|                 auth: this.rawData?.auth, | ||||
|                 auth: super.rawData?.auth, // this.rawData can call templateUrl, do this to prevent looping
 | ||||
|             }); | ||||
|         } | ||||
|         return super.templateUrl; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski