example 'cl-repl': add resize handle above line edit; fix mobile QML auto reload

This commit is contained in:
pls.153 2022-06-17 12:54:18 +02:00
parent 4059f5593f
commit 8d026cf2f0
7 changed files with 361 additions and 329 deletions

View file

@ -0,0 +1,5 @@
(in-package :editor)
#+(or android ios)
(when qml::*remote-ip*
(qsingle-shot 1000 'auto-reload-qml))