electron-tooltip icon indicating copy to clipboard operation
electron-tooltip copied to clipboard

Free your tooltips from their window bounds

Results 3 electron-tooltip issues
Sort by recently updated
recently updated
newest added

I just updated a project from Electron 3.x to 9.x, and the tooltips don't seem to be triggering anymore...

Hi, I'm using vue-cli-plugin-electron-builder and the module is not working. My App.vue file as an example with following code under the script tag: ``` const tooltip = require('electron-tooltip') tooltip() ```...

I tried out your plugin but I couldn't get it to be consistent. I have an outter div wrapping an icon. Whenever I move my cursor over the icon the...