We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4d974 commit 310ea2aCopy full SHA for 310ea2a
package.json
@@ -32,5 +32,8 @@
32
"prettier": "^2.2.1",
33
"rollup": "^2.36.1",
34
"rollup-plugin-css-only": "^3.1.0"
35
+ },
36
+ "dependencies": {
37
+ "uuid": "^3.4.0"
38
}
39
src/editor.js
@@ -327,9 +327,6 @@ export class OdooEditor extends EventTarget {
327
328
case 'childList': {
329
record.addedNodes.forEach(added => {
330
- this._toRollback =
331
- this._toRollback ||
332
- (containsUnremovable(added) && UNREMOVABLE_ROLLBACK_CODE);
333
const mutation = {
334
'type': 'add',
335
};
0 commit comments