Commit d2899d50 authored by Joel Collins's avatar Joel Collins
Browse files

Added bug note

parent 118ccaab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,10 +50,12 @@ export default {
  created: function () {
    var context = this
    UIkit.util.on(document, 'hidden', '.toggle-hidden', function () {
      // BUG: This gets called every time a tab switches. Really shouldn't
      console.log("Sidebar hidden")
      context.$root.$emit('globalResizePreview')
    })
    UIkit.util.on(document, 'shown', '.toggle-hidden', function () {
      // BUG: This gets called every time a tab switches. Really shouldn't
      console.log("Sidebar shown")
      context.$root.$emit('globalResizePreview')
    })