mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 05:27:47 +00:00
fix(helpers) move copyText function to web.js file
It gets bundled on mobile for no reason otherwise.
This commit is contained in:
@@ -7,7 +7,7 @@ import React, { useEffect, useState } from 'react';
|
||||
import Icon from '../icons/components/Icon';
|
||||
import { IconCheck, IconCopy } from '../icons/svg';
|
||||
import { withPixelLineHeight } from '../styles/functions.web';
|
||||
import { copyText } from '../util/helpers';
|
||||
import { copyText } from '../util/copyText';
|
||||
|
||||
const styles = (theme: Theme) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user