electron-retain-webview-scroll
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -107,3 +107,2 @@ "use strict"; | ||
ipcRenderer.on(EVENTS.SCROLL_TO, function(event, position) { | ||
console.log("Scrol to event received"); | ||
window.scrollTo(position.x, position.y); | ||
@@ -110,0 +109,0 @@ ipcRenderer.sendToHost(EVENTS.DID_SCROLL_TO, { position: position }); |
{ | ||
"name": "electron-retain-webview-scroll", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Manage scrolling of content inside an Electron webview element.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10208
199