Commit 970f0484 authored by yann300's avatar yann300

remove old TODO

parent 2570903c
......@@ -165,7 +165,6 @@ function filepanel (appAPI, files) {
document.removeEventListener('keydown', cancelGhostbar)
var width = (event.pageX < limit) ? limit : event.pageX
element.style.width = width + 'px'
// Please change this to something like 'ui-resize'
events.trigger('ui-resize', [width])
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment