initClub · 1ère Communauté Webflow Francophone

Updated last month

Désactiver le défilement Lenis en mode éditeur

At a glance

A community member is having an issue with the Lenis scroll feature in the Webflow editor, where they are unable to scroll while in edit mode. The comments suggest a potential solution involving checking if the Webflow environment is in the editor mode, using the code if (Webflow.env("editor") === undefined) {.

Hola,

J’ai un trou, c’est quoi déjà le tips pour désactiver Lenis scroll en mode éditeur ? J’ai le fameux bug où je peux pas scroll en édit mode

Marked as solution

if (Webflow.env("editor") === undefined) {

View full solution
T
1 comment

if (Webflow.env("editor") === undefined) {

Add a reply
Sign up and join the conversation on Slack