interface: fixed uxToHex bug

This commit is contained in:
Logan Allen 2020-07-31 14:04:50 -07:00
parent 7c0bacd3e9
commit be317a463e

View File

@ -2,6 +2,8 @@ import React, { Component } from 'react';
import { Sigil } from '../../../../lib/sigil';
import ChatEditor from './chat-editor';
import { S3Upload } from './s3-upload';
import { uxToHex } from '../../../../lib/util';
const URL_REGEX = new RegExp(String(/^((\w+:\/\/)[-a-zA-Z0-9:@;?&=\/%\+\.\*!'\(\),\$_\{\}\^~\[\]`#|]+)/.source));