Skip to content

Instantly share code, notes, and snippets.

@BriSeven
BriSeven / electron_drag_disable.css
Created April 24, 2020 08:30 — forked from msuchodolski/electron_drag_disable.css
Disable dragging and selecting html elements (like links, images etc...) in Electron
/**
* MAKE ELECTRON APP FEEL MORE NATIVE
*
* * Prevent dragging all HTML elements, specially:
* - images
* - links (anchors)
*
* * Prevent text selection
*/