From 5b94ed85053c227165e517f8b04aecbffde1eefd Mon Sep 17 00:00:00 2001 From: David Botton Date: Mon, 22 Jan 2024 16:03:38 -0500 Subject: [PATCH] Add comment not available on mobile --- tutorial/18-tutorial.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial/18-tutorial.lisp b/tutorial/18-tutorial.lisp index 760e759..f1f23b1 100644 --- a/tutorial/18-tutorial.lisp +++ b/tutorial/18-tutorial.lisp @@ -4,6 +4,8 @@ (in-package :clog-tut-18) +;; NOTE: HTML 5 drag and drop not supported on mobile platforms. + ;; Demonstrate drag and drop (defun on-new-window (body) (setf (title (html-document body)) "Tutorial 18") ;; set the page title