9
Views
2
Comments
[DrawingCanvas] About the functions changed by the update of version 2.0.1
drawingcanvas
Reactive icon
Forge asset by REQWARE
Application Type
Reactive

Let me ask you two questions.


One is that the coordinates are displayed at the left end when drawing the figure. Is there a way to hide it?


The other is about the setting item "IsView"

It seems that the settings have stopped working.

(If you delete the toolbar itself, you will not be able to edit it, but just in case)

UserImage.jpg
Sadanobu Kodan

You can hide the coordinates by adding the following CSS.

.coordinate{
    display: none;
}

Also, if IsView is true, it is correct that the toolbar is not displayed. I will release a modified version.



UserImage.jpg
Sadanobu Kodan

I have updated the app. Please confirm it.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.