|
@@ -83,7 +83,6 @@ window.Popup = new class {
|
|
// our internal dependency, and since we just changed the top element of
|
|
// our internal dependency, and since we just changed the top element of
|
|
// our internal stack, the popup will be updated with the new data.
|
|
// our internal stack, the popup will be updated with the new data.
|
|
if (!self.isOpen()) {
|
|
if (!self.isOpen()) {
|
|
- console.log(self.template)
|
|
|
|
self.current = Blaze.renderWithData(self.template, () => {
|
|
self.current = Blaze.renderWithData(self.template, () => {
|
|
self._dep.depend();
|
|
self._dep.depend();
|
|
return { ...self._getTopStack(), stack: self._stack };
|
|
return { ...self._getTopStack(), stack: self._stack };
|