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