Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable hints and preloader
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
framer/Framer.coffee
|
@@ -68,7 +68,7 @@ window.Canvas = new (require "./Canvas").Canvas |
|
|
|
|
|
Framer.Extras.MobileScrollFix.enable() if Utils.isMobile() |
|
|
Framer.Extras.TouchEmulator.enable() if not Utils.isTouch() |
|
|
Framer.Extras.Hints.enable() if not Utils.isFramerStudio() |
|
|
# Framer.Extras.Hints.enable() if not Utils.isFramerStudio() |
|
|
Framer.Extras.ErrorDisplay.enable() if not Utils.isFramerStudio() |
|
|
Framer.Extras.TouchEmulator.enable() if not Utils.isFramerStudio() |
|
|
Framer.Extras.Preloader.enable() if not Utils.isFramerStudio() |
|
|
# Framer.Extras.Preloader.enable() if not Utils.isFramerStudio() |