Custom Theme Editing Issue
I created my own theme, but when I add a block of code to the HTML and save it, then come back to it, its got the code I added doubled.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I created my own theme, but when I add a block of code to the HTML and save it, then come back to it, its got the code I added doubled.
correction, xml
Can you share the code that you are trying to add and maybe a screen shot of how it looks when you see the code twice?
Ya. Here is the code that it should be 
 precode 
   <selector name=".customTextBox"> 
     <property name="-moz-border-radius">0px</property> 
     <property name="-webkit-border-radius">0px</property> 
     <property name="border-radius">0px</property> 
   </selector> 
   <selector name=".customButton"> 
     <properties> 
       <property name="-moz-border-radius">5px</property> 
       <property name="-webkit-border-radius">5px</property> 
       <property name="border-radius">5px</property> 
     </properties> 
   </selector> 
 /code/pre 
  
  
  
  
  
  
  
 
That's a bug..