|
@@ -16,8 +16,6 @@ const Spruce = {
|
|
|
|
|
|
this.attach()
|
|
this.attach()
|
|
|
|
|
|
- document.addEventListener('turbolinks:render', this.attach)
|
|
|
|
-
|
|
|
|
this.stores = createObservable(this.stores, {
|
|
this.stores = createObservable(this.stores, {
|
|
set: (target, key, value) => {
|
|
set: (target, key, value) => {
|
|
this.events.runWatchers(this.stores, target, key, value)
|
|
this.events.runWatchers(this.stores, target, key, value)
|