$w.onReady(() => { $w("Document").onContextMenu((event) => { event.preventDefault(); }); });
top of page
bottom of page