mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:07: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:
@@ -3,7 +3,7 @@ import React, { useRef } from 'react';
|
||||
import { WithTranslation } from 'react-i18next';
|
||||
|
||||
import { translate } from '../../../../base/i18n/functions';
|
||||
import { copyText } from '../../../../base/util/helpers';
|
||||
import { copyText } from '../../../../base/util/copyText';
|
||||
import { NOTIFY_CLICK_MODE } from '../../../../toolbox/constants';
|
||||
|
||||
import PasswordForm from './PasswordForm';
|
||||
|
||||
Reference in New Issue
Block a user