Merge branch 'develop' into gsouquet/message-bubbles-4635
This commit is contained in:
commit
d9eec1c03b
767 changed files with 11330 additions and 9146 deletions
|
@ -15,9 +15,9 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
import React, {forwardRef} from "react";
|
||||
import React, { forwardRef } from "react";
|
||||
|
||||
export default forwardRef(({mxEvent, children}, ref) => {
|
||||
export default forwardRef(({ mxEvent, children }, ref) => {
|
||||
const text = mxEvent.getContent().body;
|
||||
return (
|
||||
<span className="mx_UnknownBody" ref={ref}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue