mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
dom observer tweak
This commit is contained in:
parent
0655fab204
commit
f339bcff59
2 changed files with 620 additions and 573 deletions
|
@ -33,7 +33,8 @@ export default Ember.Route.extend(ApplicationRouteMixin, {
|
|||
observer.observe(document, {
|
||||
subtree: true,
|
||||
attributes: false,
|
||||
childList: true
|
||||
childList: true,
|
||||
characterData: true
|
||||
});
|
||||
// end TODO: ugly hack
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue