os-js / osjs-gui

OS.js GUI Module
https://manual.os-js.org/v3/
Other
18 stars 10 forks source link

Context menu on tab labels #7

Closed RossComputerGuy closed 5 years ago

RossComputerGuy commented 5 years ago

There should be a way to create a context menu when the contextmenu event is fired on one of the labels.

andersevenrud commented 5 years ago

I've published a new @osjs/gui release now.

You can use oncontextmenu: (ev, index, label) => {]