Changeset - 0a472b428859
[Not reviewed]
default
0 2 0
Drew Perttula - 7 years ago 2018-05-24 06:30:44
drewp@bigasterisk.com
log, comment
Ignore-this: 5b259f2d235febf02f15359701484ee5
2 files changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/graph.coffee
Show inline comments
 
@@ -204,6 +204,8 @@ class window.SyncedGraph
 
  applyAndSendPatch: (patch) ->
 
    console.time('applyAndSendPatch')
 
    if !Array.isArray(patch.addQuads) || !Array.isArray(patch.delQuads)
 
      console.timeEnd('applyAndSendPatch')
 
      log('corrupt patch')
 
      throw new Error("corrupt patch: #{JSON.stringify(patch)}")
 

	
 
    @_validatePatch(patch)
light9/web/light9-color-picker.html
Show inline comments
 
@@ -305,6 +305,9 @@
 
           if (this.closeTime && this.closeTime > Date.now() - 500) {
 
               return;
 
           }
 

	
 
           // if scrolling put us here, don't open large. require deliberate entering motion.
 
           
 
           this.showLarge(ev.pageX, ev.pageY);
 
       }
 
       moveLargeCrosshair(pos, _elem) {
0 comments (0 inline, 0 general)