|
|
@ -876,7 +876,7 @@ export function createToolbarHtml() { |
|
|
|
if (JSON.stringify(showtoolbarConfig) !== '{}') { |
|
|
|
if(showtoolbarConfig.hasOwnProperty('undoRedo')){ |
|
|
|
config.undo = config.redo = showtoolbarConfig.undoRedo; |
|
|
|
delete showtoolbarConfig.undoRedo; |
|
|
|
// delete showtoolbarConfig.undoRedo;
|
|
|
|
} |
|
|
|
Object.assign(config, showtoolbarConfig); |
|
|
|
} |
|
|
|