Shany Golan

Results 6 comments of Shany Golan

use the 'onDrag' event (you can send an id of your element to it), for example: on html: `'onDrag: ctrl.myFunc(my_elem_id)'` inside your code/controller: ``` myFunc = function(event, ui, id){ console.log(id)...

yes i have this as well, seems like the plugin doersn't take into affect the scroll position

the main issue for right click -> Save Image.. context-menu in xtermjs, is because '.xterm-helpers' is having position:absolute. Try change it to position: relative. When you right click on the...

Finally! thank you!

should work.