add blank string as default for cat
This commit is contained in:
parent
36200044db
commit
9517553de9
@ -10,6 +10,7 @@ interface CopyControlProps {
|
|||||||
|
|
||||||
function initCopyControlProps(options?: Partial<CopyControlProps>): CopyControlProps {
|
function initCopyControlProps(options?: Partial<CopyControlProps>): CopyControlProps {
|
||||||
const defaults = {
|
const defaults = {
|
||||||
|
cat: '',
|
||||||
copying: true
|
copying: true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user