mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
rename plugin name field in data object (#276)
This commit is contained in:
parent
782a6005a5
commit
5222fe31a3
3 changed files with 3 additions and 3 deletions
|
|
@ -5189,7 +5189,7 @@ var Saver = function (_Module) {
|
|||
console.log('\xAB' + extraction.tool + '\xBB saving info', extraction);
|
||||
totalTime += extraction.time;
|
||||
items.push({
|
||||
tool: extraction.tool,
|
||||
type: extraction.tool,
|
||||
data: extraction.data
|
||||
});
|
||||
});
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -67,7 +67,7 @@ export default class Saver extends Module {
|
|||
console.log(`«${extraction.tool}» saving info`, extraction);
|
||||
totalTime += extraction.time;
|
||||
items.push({
|
||||
tool: extraction.tool,
|
||||
type: extraction.tool,
|
||||
data: extraction.data
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue